Form Automatically Opening New File

W

weircolin

Hi There

Is there anyway that it can be set that when a form opens up it will
automatically start a new entry and not go through ones that have
already been done?
 
D

Daniel Pineault

Open your form in design mode.
In the properties dialog got the data tab
set the Data Entry property to True
 
M

Marshall Barton

[email protected] wrote
Is there anyway that it can be set that when a form opens up it will
automatically start a new entry and not go through ones that have
already been done?


Or, use the OpenForm method's DateMode argument with
acFormAdd
 
Top