Determining Views

G

Glenn

Good morning,

I would like to find out how you determine which view , in forms, comes up when you open a database. Example, design view, form view or datasheet view. I would like it to open up to the datasheet view.

Thank you
 
V

Van T. Dinh

Set the "DefaultView" Property of the Form to "Datasheet View".

You can do this in the DesignView of the Form. The "DefaultView" Property
is in the "Format" tab of the Properties window for the Form.

--
HTH
Van T. Dinh
MVP (Access)



Glenn said:
Good morning,

I would like to find out how you determine which view , in forms,
comes up when you open a database. Example, design view, form view or
datasheet view. I would like it to open up to the datasheet view.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top