Still a field with #Name? though every control has been renamed

  • Thread starter Thread starter Lars Gustavsson
  • Start date Start date
L

Lars Gustavsson

Hi!

I still receive a form combo field with #Name? I have renamed every
control to be using the naming convention for objects and textboxes,
with txt..., combos with cbo... etc. Before, all controls have the
same name as the linked table fields, which I know is not the
apropriate way to name controls, but this is an inheritated app.

Now I'm run out of ideas. Hope anyone out there with new fresh ideas
on what to search for.

TIA
 
check the RecordSource of the combo box control. is it a valid name of a
field in the underlying table/query?

hth
 
Are you requerying the RecordSource in code? If so, you need to also reset
the the Value to "" or vbNullString.

Tony D'Ambra
Web Site: aadconsulting.com
Web Blog: accessextra.net
 
Hi Lars,

Check out the following KB article:

Troubleshooting Tips for Error Values
http://support.microsoft.com/?id=209132

The section on #Name includes checking for valid recordsources, as Tina suggests. It also shows
other causes.

Tom
______________________________________


check the RecordSource of the combo box control. is it a valid name of a
field in the underlying table/query?

hth

______________________________________
 

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