A query deleting multiple records (1 Viewer)

atrium

Registered User.
Local time
Today, 14:31
Joined
May 13, 2014
Messages
348
I Have a query that deletes multiple records from a table. The record entries to be deleted is a variable. I want to be able to report to the user the number of records deleted
Can I get access to the total deleted, total searched etc
Appreciate any help
 

pbaldy

Wino Moderator
Staff member
Local time
Yesterday, 21:31
Joined
Aug 30, 2003
Messages
36,124
If you're using a database object you can use RecordsAffected. If not, probably counting records before and after. Showing your code would help.
 

Users who are viewing this thread

Top Bottom