R
Ray Hogan
Hi,
I have a Form (frmUpdate) and SubForm (subfrmUpdate).
I want the value in control [frmUpdate]![cmbFleetNo] to be copied to
[subfrmUpdate]![txttbltransMcReg] and I am getting Error 2450 when I run the
following code on AfterUpdate in the Form Control.
Private Sub cmbFleetNo_AfterUpdate()
Docmd.Echo True,""
Forms!subfrmUpdate!txttbltransMcReg=Forms!frmUpdate!cmbFleetNo
Docmd.Echo True,""
Thanking you in anticipation.
Rayh
I have a Form (frmUpdate) and SubForm (subfrmUpdate).
I want the value in control [frmUpdate]![cmbFleetNo] to be copied to
[subfrmUpdate]![txttbltransMcReg] and I am getting Error 2450 when I run the
following code on AfterUpdate in the Form Control.
Private Sub cmbFleetNo_AfterUpdate()
Docmd.Echo True,""
Forms!subfrmUpdate!txttbltransMcReg=Forms!frmUpdate!cmbFleetNo
Docmd.Echo True,""
Thanking you in anticipation.
Rayh