G
Geordie
How do I get the value of one combo box to be the default
value in another combo box? in this instance, I want the
value of cboAsgEngID to be the default value for
cboSteEngID.
I have tried putting the following into Default Value of
cboSteEngID without success:
[me].[cboAsgEngID].[Value]
and
=[cboAsgEngID]
BTW, the two combos are on different tab control pages.
Thanks.
value in another combo box? in this instance, I want the
value of cboAsgEngID to be the default value for
cboSteEngID.
I have tried putting the following into Default Value of
cboSteEngID without success:
[me].[cboAsgEngID].[Value]
and
=[cboAsgEngID]
BTW, the two combos are on different tab control pages.
Thanks.