Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dialogue box/text to say how many rows/records have been updated

Status
Not open for further replies.

EvilTwinOfAtrus

Technical User
Dec 30, 2002
56
GB
Hi

I have a button that runs an update query called 'Query1'. In my code for the button I use the 'DoCmd.SetWarnings False' command as I set my own dialogue boxes, and use the ''DoCmd.SetWarnings True' command at the end to turn it back on again at the end.

When I run an update query manually, one of the screens tells me how many rows I'm about to update. Is there anyway of displaying a dialogue box of my own, saying how many rows I'm about to update, without turning all those ugly warnings back on ;).

Many Thanks,
Karl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top