combo box additions

R

Rod M.

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
 
J

JackP

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!
 
R

Rod M.

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
 
J

JackP

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.
 
Top