Hi guys. I have some forms in my access database and i want load one of it automatically
when i double click on my access.mdb . I be happy if some one teach me how i can do that.Thanks
Printable View
Hi guys. I have some forms in my access database and i want load one of it automatically
when i double click on my access.mdb . I be happy if some one teach me how i can do that.Thanks
Create a macro called autoexec. In that macro set the action to "OpenForm" and the form name to your form you
want to auto startup. Also, set the window mode to normal or maximized depending on your needs.
On the Tools menu, select Startup and set the properties you want. This won't prevent a user from Shift-Enter bypassing that, but works for us.
Yes, I know this isn't the best way go about it, but it works for our small company. You really don't want to grant any more rights to users than you have to..
the only real way i can remember to stop ppl using the shift key to bypass startup macros is to create a digital certificate and disbale the shift keys