autonumber on forms

  • Thread starter Thread starter Bhavin
  • Start date Start date
B

Bhavin

is it possible to have a field on a form that is an
autonumber from a table but when displayed in Form View,
but does not have autonumber intially written in the field
in the first place?

Thanks
 
Bhavin

An "autonumber" in Access is a data type, associated with a field in a
table. In Access/Jet, starting ("dirtying") a new row causes the Autonumber
to be created. In SQL Server, an "autonumber" is NOT created until the row
is saved.
 

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

Back
Top