In MS Access how i can make the desing view be in the start up?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to know How i can make the desing view for form start up automatically
when i open the database?

thank you
 
I want to know How i can make the desing view for form start up automatically
when i open the database?

thank you

Create a Macro named AutoExec, with one line using the OpenForm action
to open your form.

John W. Vinson[MVP]
 
Back
Top