Access update queries

T

TomAtNCNY

Is anyone aware of a system variable that holds the number of updates done
after an update query? The number displays, so it must be someplace! Another
alternative would be a boolean that indicates whether updates were done or
not. Thanks!
 
P

pietlinden

Is anyone aware of a system variable that holds the number of updates done
after an update query?  The number displays, so it must be someplace! Another
alternative would be a boolean that indicates whether updates were done or
not.  Thanks!

you mean the RecordsAffected property? Check Allen Browne's website
for an example. You'd have to run the update query in code,
though....
 
T

TomAtNCNY

This should work. It's just what I need--yes, I am running it in code so no
problem there. I appreciate your response. This is my first time using this
service and so far I am impressed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top