Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Formatting fields in the Report


Message #1 by "Joseph Valdez" <e-valdez@a...> on Thu, 20 Mar 2003 11:58:39 -0600
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


Message #2 by "Maha Arupputhan Pappan" <mahap@p...> on Sat, 22 Mar 2003 04:42:51
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,

  Return to Index