Help with #Name?

W

Wes Peters

I have a report that uses a stored procedure as a record source. The stored
procedure accepts a parameter @InspectionDate smalldatetime which it prompts
for when the report is run. I have a textbox control on the report with the
control source of:

=Format([@InspectionDate],"Long Date")

This works fine on everyone's machine except the person who usually prints
the report. They get #Name? instead of the date. Any thoughts?

I've tried replacing the Msowcf.dll file but no luck.

Thanks,
Wes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top