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?
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.