If the form on which the Combobox is based is opened from another Form, the
Combo box may have it's source set by either a query or by code.
"eddo" <egposton (AT) gmail (DOT) com> wrote
Quote:
I'm working on a pre-existing Access 2007 database Form. It has a
combobox, the kind which codes the values it displays in the Row Source
Property. It had 4 values, I'm trying to add 2 more. Simple? Should be! I
added the two new values to the row source string, using the same format
( double-quoted ["xxx";"yyy"] values separated by semicolons. What else do
I need to do? It still only displays the original 4 values. No matter
what, I can't see how to get the 2 new values to show. Can someone tell me
what I'm doing wrong? |