I am getting a #?Name error starting on the second page on my report. First
page prints OK as 03/11/03
I had the field = [Forms]! [Reportnow]![txtStartDate] defined in the
property of the control source.
The field is unbound
field name in the form is txtStartDate
This control is contained in a Rectangle box ;name: Box1 in the form
Why am I getting errors starting page 2.. and so on.
Any help is appreciated.
Joe
Hi Joe,
Make sure that the field in your report has the correct field attribute.
For example, the format is Date. One more thing, do not close the form
during printing your report.
Thanks,