I have 2 forms I’d like to open when the Database opens based on a condition.
Basically
If ‘table1’ exists in the database, then open form1
Else open form2
Is there a way to get this functionality right when the database first opens?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the AutoExec macro and “run form”. Create a macro called “AutoExec”. Do what is needed in the macro.
There is also a “Display Form” under the “Application Options” that you can use.