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.
 

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