W webcrab Registered User. Local time Yesterday, 16:54 Joined Feb 18, 2009 Messages 36 Feb 26, 2009 #1 Hi I want my chief form(one of the forms in my aceess .mdb), to be open automaticly when user is pressing to open the access database file . does anyone knows how is it been done? Thanx
Hi I want my chief form(one of the forms in my aceess .mdb), to be open automaticly when user is pressing to open the access database file . does anyone knows how is it been done? Thanx
KenHigg Registered User Local time Yesterday, 19:54 Joined Jun 9, 2004 Messages 13,327 Feb 26, 2009 #2 I like to open it using the autoexec macro. To do this just create a new macro and name it autoexec and open the form with a macro command. When a db opens it will always run what ever commands are in the autoexec macro...
I like to open it using the autoexec macro. To do this just create a new macro and name it autoexec and open the form with a macro command. When a db opens it will always run what ever commands are in the autoexec macro...
gemma-the-husky Super Moderator Staff member Local time Today, 00:54 Joined Sep 12, 2006 Messages 16,015 Feb 26, 2009 #3 or tools/startup options