Open Form on Start

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

I need to open a form on start-up. The problem is it can be anyone of
25 forms depending on a number in a table. How would I do this?
Any help appreciated.
Thanks
DS
 
Create a function that reads the table and launches the form based on the
value in the table. Create an AutoExec macro that calls that function.
 
Douglas said:
Create a function that reads the table and launches the form based on the
value in the table. Create an AutoExec macro that calls that function.
Great! That should do it!
Thanks
DS
 

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

Similar Threads

Decimal Problem 2
Access Form Refresh 1
Several Forms 3
Open Form 4
Need combo box to refresh when moving to new record 2017 1
dynamically change form-loading order 6
Access Sub form opens before the main form in MS Access 0
Modify Code on Form 2

Back
Top