Observation: I agree that the auto number field is the best primary key for a table but I'm not sure that it is always the best ID field. If a person/thing is deleted that should not have been and they are reentered their id changes. Their customer id would no longer be the same as the id given to the customer. This is also a good reason to never delete. I have tables with a unique primary key and a unique customer id.
Reply from Alex Hedley:
You could add a boolean flag that says IsActive and just swap that, so if you ever need to bring the Customer back you can flip it again.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Access Expert 2.