Good evening, my dear friend. The code worked great, but I have a problem with the message. Can I specify the message how many records have been updated?using Query is much faster than VBA.
but if you insist.
Code:
MsgBox "You are about to update " & intCounter & " records."
'We need to loop through all of the records
'that our query object found
While rs.EOF = False