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
 

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