Open 2 forms on startup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access 07, I know how to set the display page feature upon opening the
database, but how do I have it open a second form of all the "call backs" for
today? The form is done (based upon a query) and runs correctly, I just need
both the "home" switchboard form and the "call back" form to open. I tried a
macro and it didn't work - but that doesn't mean my macro was correct either

Thanks
 
Set one form up as the Display Form in the Startup properties, and put code
in that form's Open event to open the other form.
 
Thanks, I'll try it.

Douglas J. Steele said:
Set one form up as the Display Form in the Startup properties, and put code
in that form's Open event to open the other form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top