Good Morning,
I would like to see whether this is doable. I have created an access report. Let's say, I have 20 records in the table. My boss asks me to print one record at a time. I can do a parameter query and ask the record number to be printed. That is one of the option.
My question is, is there anyway I can do some VB codes to print the reports 20 times from a different records, from the first to the last record?
For example, when the code runs, the report will do a print preview on the first record. Then, another print preview of the second record will pop-up on a different window. Then, the third, the fourth and so on..
If it is possible, please kindly provide me with some codes. I will be very much appreciated.
Let say -> Report name is "rptCustomer". The Table name is "tblCustomer" and the name of the database is Customer.mdb, which is resided in C:\Database\Customers.
Thank you for your assistant.
I would like to see whether this is doable. I have created an access report. Let's say, I have 20 records in the table. My boss asks me to print one record at a time. I can do a parameter query and ask the record number to be printed. That is one of the option.
My question is, is there anyway I can do some VB codes to print the reports 20 times from a different records, from the first to the last record?
For example, when the code runs, the report will do a print preview on the first record. Then, another print preview of the second record will pop-up on a different window. Then, the third, the fourth and so on..
If it is possible, please kindly provide me with some codes. I will be very much appreciated.
Let say -> Report name is "rptCustomer". The Table name is "tblCustomer" and the name of the database is Customer.mdb, which is resided in C:\Database\Customers.
Thank you for your assistant.