#name? showing in place of date

just_some_guy

Registered User.
Local time
Yesterday, 20:55
Joined
Sep 14, 2010
Messages
42
Hello,

I'm sure it' a simple problem, but I can't seem to get it fixed. I have a database with multiple reports. On each of these reports I have a text box with "=date()" in the field. This is in a short date format.

Up until today, the date was showing up fine. Now, for some reason, it is asking for me to put in the parameter amount for the "date", and on the report itself, it shows "#Name?"

Any ideas how to fix this?

Thanks!
 
Has someone been tinkering with your report? If you are receiving a parameter value it maybe because someone has deleted a field in the report so you get prompted.

Where it shows you the #Name? you should look at the field properties to see what it says, my thoughts are someone has deleted something.

Your date field would be =Date()
 
try creating another textbox on your report with the =Date() and see what happens...

Do you have the same result?
 
Trevor G,

Thanks for the reply. After the initial post, I noticed that this is messed up on all of my reports, as well as the few forms where I've got it displaying in the footer. Unless someone really went to town, I'm not sure what they could have done.
 
I agree with Rays suggestion,

Create another textbox and add the =Date() to see what happens. I would then consider adding some traps, logs etc to see who is doing what in your database. Its a cruel world sometimes at work when a little knowledge is being tested.
 
Ray and Trevor,

Thanks for the suggestion. I tried putting in the new text box with the =date() in it, and I'm meeting with the same result. I'm wondering if someone installed an activeX control that's messing with it at this point. Do you all know of any that might have that effect?

Thanks again
 
Does =now() as the control source have the same problem?
 
Ray,

The articles fixed it. There was a missing reference to a .dll file. I disconnected that link, and sure enough, everything is showing up fine again.

Thanks guys for all your help. I'm off to figure out how to set up the logs to see who is doing what. This has been enough of a head ache for one morning.
 

Users who are viewing this thread

Back
Top Bottom