P
PosseJohn
I have a continuous form that shows record selectors.
If a user selects a record and tries to delete it, I check the authority
level of the current user and the author of the record itself.
If the current user was the author of the record and they have sufficient
authority, I make the field [chkRecordDelete] = True.
The form is based on a query that shows all records for [chkRecordDelete] =
False.
I am having trouble with updating the form so that the record they just
deleted (but in reality I've just changed a field value) doesn't show up any
longer.
I want to retain deleted records for record keeping purposes.
Thanx in advance...
If a user selects a record and tries to delete it, I check the authority
level of the current user and the author of the record itself.
If the current user was the author of the record and they have sufficient
authority, I make the field [chkRecordDelete] = True.
The form is based on a query that shows all records for [chkRecordDelete] =
False.
I am having trouble with updating the form so that the record they just
deleted (but in reality I've just changed a field value) doesn't show up any
longer.
I want to retain deleted records for record keeping purposes.
Thanx in advance...