L
Lamar
I have a form where user enter payment history information about our clients
and then a "Payment History" report (rptPaymentHistory) is automatically sent
to the clients. Depending on the client the number of pages for
rptPaymentHistory varies.
I have text box (txtPageNumber) on my form that I want to automatically
capture the number of pages for rptPaymentHistory. We bill the client by
number of pages.
The user inputting information never sees the report. After the client info
is entered then is there a way to know how many pages of rptPaymentHistory?
Besides having to manual open rptPaymentHistory and then have the user enter
the number of pages in the text box.
and then a "Payment History" report (rptPaymentHistory) is automatically sent
to the clients. Depending on the client the number of pages for
rptPaymentHistory varies.
I have text box (txtPageNumber) on my form that I want to automatically
capture the number of pages for rptPaymentHistory. We bill the client by
number of pages.
The user inputting information never sees the report. After the client info
is entered then is there a way to know how many pages of rptPaymentHistory?
Besides having to manual open rptPaymentHistory and then have the user enter
the number of pages in the text box.