From: aligahk06 on
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

From: fredg on
On Thu, 22 Apr 2010 09:36:02 -0700, aligahk06 wrote:

> 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]
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
From: Daryl S on
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.

--
Daryl S


"aligahk06" wrote:

> 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
>