autonumber problems in form

C

Crazy-Chris

hello everyone - ok i have made a form from a table and basically th
table has an autonumber as the primary key - now when i try and ente
new data via the form i would like the auto number to automatically b
entered and not be entered by hand - i hope this makes sense - pleas
help/let me know if you dont understand and i will try and re-word it

regards
chri
 
J

John Vinson

hello everyone - ok i have made a form from a table and basically the
table has an autonumber as the primary key - now when i try and enter
new data via the form i would like the auto number to automatically be
entered and not be entered by hand - i hope this makes sense - please
help/let me know if you dont understand and i will try and re-word it

Umm... if it's an Autonumber field it WILL be. You cannot edit the
autonumber field; as a rule it shouldn't be displayed on the form at
all, or if you do display it, set the properties of the textbox to
Tabstop = No, Locked = Yes, Enabled = No.
 

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