N
Neil
Hello,
I have a delete query that I run when finding duplicate data. I make the SQL
string in my procedure and then execute it as follows:
CurrentDb.Execute strSQL, dbFailOnError
Is there any way of getting how many records I have deleted doing this?
TIA,
Neil.
I have a delete query that I run when finding duplicate data. I make the SQL
string in my procedure and then execute it as follows:
CurrentDb.Execute strSQL, dbFailOnError
Is there any way of getting how many records I have deleted doing this?
TIA,
Neil.