How can I show the number of rows pasted by a macro?

T

Tiff

I have created a macro that autopastes the rows but need to know how many
rows I am autopasting.

thank you

tiff
 
J

Jeff Boyce

Tiff

"... that autopastes the rows ... "

What rows? What is the source of what you are pasting?

--

Regards

Jeff Boyce
Microsoft Access MVP
 
T

Tiff

The rows are as a result of a make table query which has date parameters.
The table we are running it from are from a linked table.

thank you

tiff
 
J

John W. Vinson

The rows are as a result of a make table query which has date parameters.
The table we are running it from are from a linked table.

Use VBA instead of a Macro, and use the Execute method; this gives you a
RecordsAffected property. See the VBA help for RecordsAffected.
 

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