Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Luv
  • Order by date
  1. Luv

    Notification for Report Packages

    We are using CE10 and have set up about 50 report packages. Each package contains between 3-10 reports. My question: Is there any way to set up Notification for the PACKAGE instead of each individual report?
  2. Luv

    Win2k Terminal Services Print Problem

    I am having the exact same problem. Have you found a solution yet?
  3. Luv

    Default client number

    Do you have a Record Number field? Try this: Dim stDocName As String Dim stLinkCriteria As String stDocName = "FormYouWanttoOpen" stLinkCriteria = "[RecordNumber]=" & Me![RecordNumber] DoCmd.OpenForm stDocName, , , stLinkCriteria You can add a DoCmd.Close form to close the current...
  4. Luv

    Print Form Based on Checkbox Value

    Hello, My company has Refund form that was originally created using Access 98. We are on 2002 now. Here's the scenario currently. If a refund should go to the patient then a Patient Letter needs to print. If refund goes to a Third Party Insurance Company, an Insurance letter (form) should...
  5. Luv

    DB errors - Please Help

    I work for a fairly new company and we invested in Arcserve2000 about 6 months ago. It's running on Win2000 TS. Errors during backup started about a week ago - the first was "unable to log into database - ec=1034." I had to reboot the server because I just couldn't get the db...
  6. Luv

    Arcserve and SQL Server Agent

    No, doesn't show backing up dbasql@ at all. I went to the restore wizard and found that no backups are occurring. I've set the security for sa, ASAdmin, Administrator.. I tried any and everything I could think of. When I right click on the sql server it hangs for about 3 minutes before the...
  7. Luv

    Arcserve and SQL Server Agent

    My Arcserve job activity log shows that arcserve "connected with the sql server database agent" during the previous night's backup. However, when I go to modify the job and click the SQL server server, I do not see the sql tables. The right pane of the modifying job window shows...

Part and Inventory Search

Back
Top