M
Matthew de Rouville
I'm using Microsoft Access 2002 and writing a VBA script.
There a form property called AllowDeletions that allows the used to delete
records when using a form. (When set to "No", a user cannot delete
records.) However, the help does not tell you how to actually delete the
records. IS there a VBA command that will delete the current record?
I have used a opened a Recordset and then used the Delete command, but that
leaves a deleted record that I can move to in the form, and that causes
problems.
Thanks for any help.
Matt
There a form property called AllowDeletions that allows the used to delete
records when using a form. (When set to "No", a user cannot delete
records.) However, the help does not tell you how to actually delete the
records. IS there a VBA command that will delete the current record?
I have used a opened a Recordset and then used the Delete command, but that
leaves a deleted record that I can move to in the form, and that causes
problems.
Thanks for any help.
Matt