delete record macro?

  • Thread starter Thread starter accesscrzy
  • Start date Start date
A

accesscrzy

Can you create a macro to delete a record from a table
that has been marked in some way. Like with a check mark?
 
Accesscrzy,

You would make a Delete Query to remove the record, using the checked
field as the criteria, and then if you want to make this happen with a
macro, you can use an OpenQuery action to run the delete query.
 
Back
Top