Help with combo box lookups

  • Thread starter Thread starter David C. Holley
  • Start date Start date
D

David C. Holley

Pardon me, but I'm having a complete brain fart here...

I need a combo box where I can enter the item id (ex: 15) and having the
coresponding item name apear in the combo box and saved in the record
that I'm editing. Help please.

David H
 
David,
(use your own names)....
Put ItemID in column1 of the combo, and ItemName in column2.
ColumnCount = 2
ColumnWidths = 0";1.5"
The ControlSource for the combo = [ItemID]

Now, you will "select" an ItemID, the combo will "display" the ItemName,
and the combo will "store" the ItemID.

hth
Al Camp
 

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

Similar Threads

Lookup Fields and Combo Box 9
Combo Box Problem 5
Combo Box Display 3
combo boxes 1
Combo Boxes/Queries 1
Combo box / Query 1
Button and Combo Box 3
1 combo box changes per 2 other combo boxes 3

Back
Top