no need to press new record?

B

baz

Hi there
I have apop up form in the database for the user to add
data. Is there any way I can have this form pop up ready
for inputiing data with out the user having to click on
the add new record button.

Regards Baz
 
R

Rick Brandt

baz said:
Hi there
I have apop up form in the database for the user to add
data. Is there any way I can have this form pop up ready
for inputiing data with out the user having to click on
the add new record button.

Several ways. The most straightforward is to use the acFormAdd argument of
the DoCmd.OpenForm method. The form will open at a new record position
(blank) with all existing records filtered out.
 
Top