A accesscrzy Aug 12, 2004 #1 Can you create a macro to delete a record from a table that has been marked in some way. Like with a check mark?
Can you create a macro to delete a record from a table that has been marked in some way. Like with a check mark?
S Steve Schapel Aug 13, 2004 #2 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.
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.