combo box wizard doesnt recognize some fields in a table

Toadums

Registered User.
Local time
Today, 05:04
Joined
Feb 22, 2009
Messages
53
Hey guys.

I am trying to populate a combo box with values from a table..

So using the wizard I create a combo box and then a box pops up asking if i want to link its values to a table or if i want to type them in manually. so i select from a table, then i select the table...except it only shows 4/6 of the fields...It doesnt have FirstName or LastName.

Any ideas why? here is a screen of my table.

(btw, I want the combo box to be populated with the peoples first name, ya know? so i can run a query by first name via the form).

thanks!
Paul

userTable.png
 
Do NOT do this in the table. Table level lookups are not good. See here for why.

You can do this on a FORM with a combo but not in a table.
 
ok, so is that link (and you) saying that I should not have my combo box populated from values in a table? Im not really understanding what you mean by "You can do this on a FORM with a combo but not in a table."

My combo box is on a form...

so what do you suggest I do? because this table is linked to my master DB via an ODBC connection, so I definitely need to use the values which are in this table...

thanks
 
Your screenshot showed the table, not the form, so I assumed you were talking about a combo box on the table.
 
You don't need to use a wizard to create a combo box. Here's a set of screenshots that show how to change a text box on the form to a combo for your name.

text2combo01.png


text2combo02.png


text2combo03.png


text2combo04.png


text2combo05.png



CONTINUED ON NEXT POST
 
wow, that was a great help, got it working perfect.

very good, clear tutorial!

thanks
Paul
 

Users who are viewing this thread

Back
Top Bottom