#name?

KindleFire

Registered User.
Local time
Today, 08:33
Joined
Jun 11, 2001
Messages
18
I have a few rpts that work fine, then on this one I keep getting #name? errors. I have 5 subrpts I am running out of options? Any help
 
It's probably that you have a field in the report which does not appear in your query behind it.
 
I checked that it is a valid field, any other suggestions
 
I've had this happen when I replaced the controlsource of a bound field with an expression. For example, in the bound textbook [LastName] I typed "=[LastName]&"' "&[FirstName]" and then reference the [LastName] textbox on the report. Got the #Name error. You need to create an UNBOUND textbox for the expression.
 

Users who are viewing this thread

Back
Top Bottom