open multiple forms?

tommy_mo

Registered User.
Local time
Today, 14:26
Joined
Oct 5, 2006
Messages
42
Hello- I’ve searched the forums and was not able to find the answer, so I was hoping someone would be able to help with this.

I would like to open multiple forms (cascade) in the same .mdb file when the first form is opened. There are a total of 4 forms. This is probably a very simple thing to do. I'm not much of an Access person to simple things like these throw me for a loop. Cheers to anyone who can help. -Tom
 
You should be able to do this with an autoexec macro.

Link

Hope this helps...
 
create an autoexec macro (a macro that is named autoexec) and it will execute when the database is opened. You can either set the forms to open in it, or kick off a function in a module that opens the forms; your choice.
 
boblarson said:
Ken - we keep hopping in at the same time :D

So I see - :)

At least my suggestion seemed to be in the mainstream this time...:p
 

Users who are viewing this thread

Back
Top Bottom