Open Form on Start

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
 
D

Douglas J. Steele

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.
 
D

DS

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
Several Forms 3
Open Form 4
Access Form Refresh 1
dynamically change form-loading order 6
Opening a form in a Do Cycle 1
Need combo box to refresh when moving to new record 2017 1
DCount Syntax 2

Top