#Name? - error please help

smeagain

Registered User.
Local time
Today, 16:12
Joined
Jan 5, 2011
Messages
26
Access 2007. When ever I try and use a combo box to populate numerous fields in a form all I get is "#Name?" in the boxes that I want popullating. Any ideas
 
It would help to see how you're trying to do it. What's the control source of one of the text boxes?
 
Hi, I am learning as I go along. I have attached the database. All I have done is create a table and form. I am just trying to learn how to use combo boxes to populate multiple fields.
 

Attachments

Your reference to the combo has the wrong name. Try

=Combo2.column(1)
 

Users who are viewing this thread

Back
Top Bottom