Dialogue
Feb 27 2007, 09:21 AM
Just wondering if there is a way to lock a specific record so that information cannot be adjusted.
dannyseager
Feb 27 2007, 09:27 AM
Create a field in that table called "LockedRecord" and then check it to lock the record.
Then create a check in your form so if the record it locked the data becomes read only.