Getting #Error

  • Thread starter Thread starter guest
  • Start date Start date
G

guest

Hi

I have a textbox with the control source to: = IDNo & " " & IDName .
When I preview the report, I would get "#Error" instead of "1 Apple"
for example.

I would work if I have a textbox for each variable.

Anybody know why it doesn't work?

Thanks
 
I suspect that the textbox is named the same as one of
your variables.
Change the name of the textbox, after you do that, make
sure that the = IDNo & " " & IDName was not automatically
updated also.
Hope this helps.
FOns
 
Thank you Fons!!

That was the problem. The textbox has the same name as the record
field.

Damn, you are good!!!
 
I have done that a few times myself.
Take care.
-----Original Message-----
Thank you Fons!!

That was the problem. The textbox has the same name as the record
field.

Damn, you are good!!!




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top