In All Reports the Date shows as #Name?

R

RITAinOHIO

On all my reports, when I run them a pop-up "Enter parameter value" appears
for the Date by the Name of NOW.
If I cancel the report does not run.
If I enter the date the report runs but at the bottom left hand corner there
is no date only #Name?.
I am confused because the report wizard puts the date automaticly.
*****
Also when I try to create a new report using wizard, I get the following
error(s)
Undefined function "IsNumeric" in expression. and Invalid use of Null
the wizard continues to run, but again once created the Date does not show
in the lower left corder only the message #Name?

I do not know what I could have done?
Please help
 
D

Dirk Goldgar

RITAinOHIO said:
On all my reports, when I run them a pop-up "Enter parameter value"
appears for the Date by the Name of NOW.
If I cancel the report does not run.
If I enter the date the report runs but at the bottom left hand
corner there is no date only #Name?.
I am confused because the report wizard puts the date automaticly.
*****
Also when I try to create a new report using wizard, I get the
following error(s)
Undefined function "IsNumeric" in expression. and Invalid use of Null
the wizard continues to run, but again once created the Date does not
show in the lower left corder only the message #Name?

I do not know what I could have done?
Please help

It sounds like you have a broken reference that is interfering with
Access's ability to resolve VBA functions. See if the steps outlined
here help:

http://www.accessmvp.com/djsteele/AccessReferenceErrors.html
 
Top