The only way to really rule out mapped drives would be to unmap (while disconnected from network) all mapped drives and then see if the problem persist.
The error is probably coming from somewhere else and is showing up when you open the form. The following link discusses it some.
http://www.access-programmers.co.uk/forums/showthread.php?t=122481
From the example you are using:
5. Finally, to allow reports to be previewed...in every report you will need to put:
In the OnOpen: DoCmd.RunMacro "mcrRestore"
In the OnClose: DoCmd.RunMacro "mcrHide"
Check the properties of the employee form and make sure that it does not have a filter saved in it also "Allow Filters" = Yes and "Filter on Load" = No.
A quick and easy method would be to open a user form to simulate a messagebox with some generic message and an OK button. This will take the focus away from your form.
Then in the OnOpen event of your new form, you can loop through the controls, on the original form, that you want to turn off...
I don't know if the motherboard or bios has any affect, but I ran into this problem this past weekend. After decreasing the RAM, 98SE was finally able to boot with 1 GIG.
This is just my experience. And also keep the Vcache setting that you changed to.
If you just rename the extension from ".accdb" to ".accdr" you will then just get a security notice.
But, the DB will run in a runtime environment, which means, make sure that your error checking can take care of most problems that may happen.
Try this method.
ren ???????????????????????APPROVED.pdf ???????????????????????SUPERCEDED.pdf
just tested and this seems to work
The question mark is a wild card for any character and you also have to represent the spaces with a question mark. I counted 20 characters (including spaces) in...
It sounds like you are defaulting to a ".jpg" file
If you can scan directly to a "Word" or "PDF" file, that would be the simplest way.
The only native picture format that I know of that will create multiple pages is a ".tif" file. (Off the top of my head)
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.