F
Fee08
Hi All,
I have looked through the board to find the answer for the following
question, however, have been unable to find it ... my apologises if the
answer is already here.
I have a text box on form C (a subform of form B which is a subform of form
A)that needs to be updated from a combo box on form B. Forms B and C sit in
a tab control on form A.
What I am trying to acheive is that when I change the value in the combo box
on form B, the text box on form C automatically updates. If I close the form
and reopen, without the coding below, the update works.
I have tried variations on the following:
=Me.frmContractSUBCommission.Form.repsold.Requery
however get the message that
The expression After Update you entered as the event property setting
produced the following error: The object doesn't contain the Automation
object Me.
Any help would be greatly appreciated.
Fee08.
I have looked through the board to find the answer for the following
question, however, have been unable to find it ... my apologises if the
answer is already here.
I have a text box on form C (a subform of form B which is a subform of form
A)that needs to be updated from a combo box on form B. Forms B and C sit in
a tab control on form A.
What I am trying to acheive is that when I change the value in the combo box
on form B, the text box on form C automatically updates. If I close the form
and reopen, without the coding below, the update works.
I have tried variations on the following:
=Me.frmContractSUBCommission.Form.repsold.Requery
however get the message that
The expression After Update you entered as the event property setting
produced the following error: The object doesn't contain the Automation
object Me.
Any help would be greatly appreciated.
Fee08.