Secure single record in table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table, containing several records. For one certain record, I want
the users to be unable to change.

Is this possible and how?
 
Not in a table, no. But, users should never be in the tables.

In your FORM you can write code to say "if a particular field is marked,
then lock the record".

For more details, do a search. This topic is asked and answered at least a
couple of times a week. Your best bet is the forms coding group. Look for
"lock a record".
 
Thx Rick B,

I am not that familiar with using forums, next time I will search before
asking ;)

Zurn
 
Back
Top