S
Steve S
I have a form with a subform that has several ComboBoxes and Textboxes. When
I update (select a value) in comboA the code in thenAfterUpdate event sets
values for 6 other controls. Works fine.
Problem is I need to have the form open and all controls set to a 'default'
value. This default value differs depending on several variables I am
currently using 7 rather complex assignment statements to populate the fields.
Is there a way to just set the value for just comboA (me.comboA = value) and
force/trick/simulate that the AfterUpdate event for comboA has occurred?
I update (select a value) in comboA the code in thenAfterUpdate event sets
values for 6 other controls. Works fine.
Problem is I need to have the form open and all controls set to a 'default'
value. This default value differs depending on several variables I am
currently using 7 rather complex assignment statements to populate the fields.
Is there a way to just set the value for just comboA (me.comboA = value) and
force/trick/simulate that the AfterUpdate event for comboA has occurred?