R
Rob Pacer
I have a single field table that contains client i.d.'s. I
also have a query that will pull from external data sets to
generate a client-specific report. I am looking for vb
coding that can loop through the client i.d.'s as a
variable and run the report/query for each client on the
list. Currently the query prompts the user to input the
client i.d., and someone will run the report client by
client. I understand how to loop the list, but I do not
know how to use it as criteria in a query. I plan to use a
DoCmd.SendObject after each report completes. My current
version of access is '97.
Thanks,
Rob
also have a query that will pull from external data sets to
generate a client-specific report. I am looking for vb
coding that can loop through the client i.d.'s as a
variable and run the report/query for each client on the
list. Currently the query prompts the user to input the
client i.d., and someone will run the report client by
client. I understand how to loop the list, but I do not
know how to use it as criteria in a query. I plan to use a
DoCmd.SendObject after each report completes. My current
version of access is '97.
Thanks,
Rob