Hyperlink Another Database Problem

jboyle

New member
Local time
Today, 22:57
Joined
Nov 18, 2000
Messages
53
I have an Access database that has a button to open another Access database using a hyperlink. The problem is that the database being opened has an autoexec which must run when opening. If there is an autoexec, the application is pushed off the top left hand corner of the monitor. If I open a database that does not have an autoexec, then it opens just fine. What can I do to keep the application from going off the monitor?
Thanks in advance - John
 
Try this. In the action column, add RunCode and in the function name add =AutoExec()
 

Users who are viewing this thread

Back
Top Bottom