B
bleep
I've got a text box linked to a combo box on a form. When i Click th
combo box the text box value changes. I've got the form locked so tha
existing records cant be edited but new ones can be added. My proble
is when i click the combo box to select a value the text box update
but as soon as it updates the form locks up so that i cant finis
adding information. Does anyone know of a way i could fix this please
any help would be appreciated. The code used in the combo box to updat
the text box is listed below....
Private Sub ActName_AfterUpdate()
[Department] = Me.ActName.Column(2)
Me.Refresh
End Sub
Thanks
Fay
combo box the text box value changes. I've got the form locked so tha
existing records cant be edited but new ones can be added. My proble
is when i click the combo box to select a value the text box update
but as soon as it updates the form locks up so that i cant finis
adding information. Does anyone know of a way i could fix this please
any help would be appreciated. The code used in the combo box to updat
the text box is listed below....
Private Sub ActName_AfterUpdate()
[Department] = Me.ActName.Column(2)
Me.Refresh
End Sub
Thanks
Fay