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

H

Hend

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

thank you
 
J

John Vinson

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