R
ryguy7272
I have a simple report. I am trying to get 'Invoice Dates' on my report,
which is dynamic and controlled by some VBA code (I can post the code if it’s
necessary). Anyway, in my ‘InvoiceDates’ TextBox I have this as the Control
Source:
=[Forms]![ReportForm]![cboFrom]
That’s causing an error, so that’s not right, but there must be an easy way
to do this…
The VBA is behind a Form called ‘ReportForm’. The code controls everything
on the report. Do I need to modify the code to pass the From and To dates as
variables to the Report?
Thanks in advance!
Ryan--
which is dynamic and controlled by some VBA code (I can post the code if it’s
necessary). Anyway, in my ‘InvoiceDates’ TextBox I have this as the Control
Source:
=[Forms]![ReportForm]![cboFrom]
That’s causing an error, so that’s not right, but there must be an easy way
to do this…
The VBA is behind a Form called ‘ReportForm’. The code controls everything
on the report. Do I need to modify the code to pass the From and To dates as
variables to the Report?
Thanks in advance!
Ryan--