M
mattmanp
I have a form with four combo boxes. I use these to choose wha
Client, ChargeType, month (Month(Date)) and year (Year(Date)) t
generate the report with. I had just been usin
"=[Forms]![frm_Calendar]!Client" to do this, but this causes problem
because when the report is generated I have to close the form to se
the report. The problem is that it looks ok on the screen because i
was built when the form what open, but if I try to print it doesn'
work correctly, giving #Error any time one of those reference
existed.
Is it better for me to find a way to minimize the form until th
report is closed (and if so, how?) or to find a different way to ge
that data to the report?
Thanks a bunch
Mat
Client, ChargeType, month (Month(Date)) and year (Year(Date)) t
generate the report with. I had just been usin
"=[Forms]![frm_Calendar]!Client" to do this, but this causes problem
because when the report is generated I have to close the form to se
the report. The problem is that it looks ok on the screen because i
was built when the form what open, but if I try to print it doesn'
work correctly, giving #Error any time one of those reference
existed.
Is it better for me to find a way to minimize the form until th
report is closed (and if so, how?) or to find a different way to ge
that data to the report?
Thanks a bunch
Mat