C
Charlie
I am trying to dynamically update a value list, based on the results
from a previous combo box choice - I want all the code to be in the
'afterupdate' expression section of the initial combo box and so far
have:
=if([ComboBoxName]="option1"),[FormName].[ListBoxName].RowSource="option1,
option2"
and I get the error "invalid syntax"
any ideas?
thanks
from a previous combo box choice - I want all the code to be in the
'afterupdate' expression section of the initial combo box and so far
have:
=if([ComboBoxName]="option1"),[FormName].[ListBoxName].RowSource="option1,
option2"
and I get the error "invalid syntax"
any ideas?
thanks