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
 
Back
Top