Could someone help me understand why using an autonumber field as a primary key is a good idea?
If you use an autonumber as the PK, won't that allow the possibility of duplicate data being entered into the database? For example, if I have an Orders table, an order could be entered twice and each of these records in the Orders table would have a different autonumber but it would be the same order.
I hope this makes sense. Thanks.
If you use an autonumber as the PK, won't that allow the possibility of duplicate data being entered into the database? For example, if I have an Orders table, an order could be entered twice and each of these records in the Orders table would have a different autonumber but it would be the same order.
I hope this makes sense. Thanks.
Comment