Protecting data in primary key from being changed

C

CazzaBW

I've created a database and I want to make sure that the data in the primary
key in one of the main tables cannot be changed accidentally. How can I
easily protect this field from being changed once data has been entered? Any
ideas??
 
D

Doug Munich

If it is an autonumber field, you can just disable any controls showing the
ID on all forms. Is this what you mean?

Doug
 
Top