Add Mode

J

Jeremy Dove

How do you open a form in add mode when not using the
switchboard manager.

I want to be able to push a button and open the form in
add mode. Please Help.

Thanks
 
D

Dirk Goldgar

Jeremy Dove said:
How do you open a form in add mode when not using the
switchboard manager.

I want to be able to push a button and open the form in
add mode. Please Help.

Thanks

DoCmd.OpenForm "YourFormName", DataMode:=acFormAdd
 
Top