Add entry to a table with a form

L

LLF

Access 2000. What is the syntax of VBA to add entry to a form with a
'autonumber' field?
Thanks in advance!
 
A

AM_2004

Usually, Autonumber fields will take care of themselves. Just do whatever you
need to do for the other fields and the Autonumber will be put in by Access.

For example, simply moving to the next record, once data entry has been
commenced in any other field for the record (excluding any blank Required
fields) will cause Access to complete the 'Auto' field.

AM
 
L

LLF

Thanks .

AM_2004 said:
Usually, Autonumber fields will take care of themselves. Just do whatever you
need to do for the other fields and the Autonumber will be put in by Access.

For example, simply moving to the next record, once data entry has been
commenced in any other field for the record (excluding any blank Required
fields) will cause Access to complete the 'Auto' field.

AM
 
Top