I am looping thru a recordset and updating based upon record flag checkbox. I have a message box confirming prior to the update but it fires for every record that will be updated.
Question: Is there a way to code the message so that it will only fire once (for the group of records to be updated)?
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
ASKER