#Name? error in Form text box

  • Thread starter Thread starter aligahk06
  • Start date Start date
A

aligahk06

Dear All,

I have a form where in text field the following error is encountered
#Name?
I couldn't understand why is it happening?
Please assist?

Rgds,
Aligahk06
 
Dear All,

I have a form where in text field the following error is encountered
#Name?
I couldn't understand why is it happening?
Please assist?

Rgds,
Aligahk06

Access returns a #name error in a control when it cannot fine the
field referenced in that control's Control Source.
For example, the actual field name is [MyField] but the control source
refers to [MyFild]
 
Aligahk06 -

What is the control source property for your text field? I expect there is
a function or expression that Access can't evaluate, maybe a typo.
 
Back
Top