P
Patrick
HI!
I'm looking for a way to program in VBA a series of copy
from different tables to a temp table.
I've got a total of 7 tables right now. Each one of them
are identical in the type of data the keep.
I want to cycle through all of them and pickup for example
all the vendor's names,clients name and Client ID.
And copy this info into my temp table.
After all the cycling is done I will print a report based
on the data inside my temp table.
And finnally,I will delete the data inside my table for
another use later on.
I can print and delete put could you let me know Of a way
to do my copying.
Thank you,
Patrick...
I'm looking for a way to program in VBA a series of copy
from different tables to a temp table.
I've got a total of 7 tables right now. Each one of them
are identical in the type of data the keep.
I want to cycle through all of them and pickup for example
all the vendor's names,clients name and Client ID.
And copy this info into my temp table.
After all the cycling is done I will print a report based
on the data inside my temp table.
And finnally,I will delete the data inside my table for
another use later on.
I can print and delete put could you let me know Of a way
to do my copying.
Thank you,
Patrick...