How to create a record after filling the fields

C

Chipcom

Hi

I would like to know how to create a record (After filling the fields)
without creating a new blank record(newrec).
I need to create a record after I fill the fields and when I press
ENTER Access needs to give ID for this record .(Whithout creating a
new blank record afterwards).



Thanks
 
L

Larry Daugherty

In the event code of the control on the form that you want to cause
the record to be saved:

Me.Dirty=False

HTH
 
Top