Hi guys,
I thought this would be easier to find but haven't had any luck. I have a continuous form based on a simple table. One of the fields in the table is called "Select" with Yes/No data type, which allows the user to select 1 or more records on the form.
I want to add a "Delete" button to the form using which deletes only those records which are selected via VBA (i.e. "Select" checkbox ticked). So the button will find the records for which Select = True, prompt the user for confirmation, then delete those records.
Cheers