MySQL Forums
Forum List  »  Microsoft Access

AutoNumber recognition by MS Access
Posted by: Tim Dodge
Date: April 05, 2005 07:10AM

What should the properties of a field be in order for MS Access to recognize it as a "AutoNumber" field instead of a "Number" field. The properties that I have for my SalesOrderID field, using describe function are:
Type - int(10),
Null - blank,
Key - PRI,
Default - NULL,
Extra - Auto_Increment

When I link this table to a MS Access front-end, it recognizes this field as the Primary Key, but formats it as a number field instead of an AutoNumber field.

My original problem is that I get #Deleted in data field when adding a new record, and I suspect that this is the cause.

Tim

Options: ReplyQuote


Subject
Views
Written By
Posted
AutoNumber recognition by MS Access
5016
April 05, 2005 07:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.