Access runs the entire report again for print after the preview. If the form
has been closed by that time, it will give you the #Name error.
Leave the form open. If necessary, set its Visible property to False.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Rui Santos" <Rui
(E-Mail Removed)> wrote in message
news:633D91F4-6E08-4070-97BE-(E-Mail Removed)...
>I everybody,
> I would like to know if anyone can explaine me why in a report preview the
> correct control values are shown but when printed those controls are
> showned
> as #Name?.
> The report runs after an unbound form ask the user for a date range
> (inicial
> and end date).
>
> Thanks