Prev: Skip pattern based on text box value
Next: Help with an expression to calculate a profit from one of thre
From: Jey on 2 Jun 2010 15:36 I have a table with several fields who's display control is combo-box, source is value list, and multiple values are allowed. In one of the fields, when I add a new option to the value list, it automatically appears in the drop-down list in the form. Not so for the other field! When I go back and add more values to the list, they do not appear in the combo box drop-down list in the form. I've been working around it by manually adding the new options to the value list in the form's properties. Why does it work for one field and not the other? I can't see anywhere where the field properties are different. The database is split, the form is on the front end, if this makes any difference. Thanks, Jey
From: Jey on 2 Jun 2010 16:52
Ah ha, I figured it out, sorry for the premature question. I'll answer the question myself, just in case anyone else runs into the same problem. It's the 'inherit value list' property (in the form, not the table)... it must be set to 'yes'! |