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
 
Top