T tmb904 Registered User. Local time Today, 14:32 Joined Jun 17, 2010 Messages 12 Jun 29, 2010 #1 Anyone have a code for automatically opening a form on start of application. I historically have used tools -> start. but I would like a code.
Anyone have a code for automatically opening a form on start of application. I historically have used tools -> start. but I would like a code.
pbaldy Wino Moderator Staff member Local time Today, 11:32 Joined Aug 30, 2003 Messages 36,157 Jun 29, 2010 #2 The other method is an autoexec macro that opens the form. The method you already know about is the best, in my opinion.
The other method is an autoexec macro that opens the form. The method you already know about is the best, in my opinion.
boblarson Smeghead Local time Today, 11:32 Joined Jan 12, 2001 Messages 32,040 Jun 29, 2010 #3 I agree with Paul - I set mine in the Startup Options. But if you must you can set it by creating a macro to do it and name the macro AutoExec and it will fire right when you open the database before anything else does.
I agree with Paul - I set mine in the Startup Options. But if you must you can set it by creating a macro to do it and name the macro AutoExec and it will fire right when you open the database before anything else does.
T tmb904 Registered User. Local time Today, 14:32 Joined Jun 17, 2010 Messages 12 Jun 29, 2010 #4 Thanks guys