combo box additions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to add an item to my combo box. How do I do this? In the past, I did
this through properties -- but now, the items don't show up.
Thanks,
Rod
 
Are the items from a recordset/query?

if so, add them to the relevant table.

If the items are from a value list, then the value list should be present on
the properties box - have another look!
 
Jack:thanks for the quick response. When I right click on the combo box, I
just don't see the "value list" -- in the past, all the items would display
with commas in between each item. Now, I don't see them.
Rod
 
Go into design view of the form.
Select the combo box.
Bring up the properties box and select the 'data' tab.

The information you want should (hopefully) be in there.
 

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