D
dch3
I have a continuous form where the Record Selectors have to be displayed on
the form. I need to prevent a user from selecting multiple records and then
deleting them. The ability to delete a record needs to be at the single
record level as there are specific conditions under which a record can be
deleted. (I've got a command button in the form's detail section that deletes
the record if allowed.)
I'm pretty certain that you can't use VBA to check each record to be deleted
and then abort the delete on a record by record basis. So I was thinking
about setting the form's AllowDeletions property to FALSE by default and then
in the DELETE command button change the value to TRUE to allow the single
record to be deleted.
Ideas?
the form. I need to prevent a user from selecting multiple records and then
deleting them. The ability to delete a record needs to be at the single
record level as there are specific conditions under which a record can be
deleted. (I've got a command button in the form's detail section that deletes
the record if allowed.)
I'm pretty certain that you can't use VBA to check each record to be deleted
and then abort the delete on a record by record basis. So I was thinking
about setting the form's AllowDeletions property to FALSE by default and then
in the DELETE command button change the value to TRUE to allow the single
record to be deleted.
Ideas?