Access 2007 - Open a Database in to Form View

W

WSR

I have a database that I'd like to open directly into the Form View.

What are the steps to accomplish that?

Thanks

(B^>)-]=[
 
K

KARL DEWEY

Create a macro named 'Autoexec' and put 'OpenForm' as action with your form
as the argument.
It will run each time that Access database is opened unless the Space key is
held down.
 
W

WSR

Thank you so much!

(B^>)-]=[

KARL DEWEY said:
Create a macro named 'Autoexec' and put 'OpenForm' as action with your
form
as the argument.
It will run each time that Access database is opened unless the Space key
is
held down.

--
Build a little, test a little.


WSR said:
I have a database that I'd like to open directly into the Form View.

What are the steps to accomplish that?

Thanks

(B^>)-]=[



.
 
Top