kabir_hussein
Registered User.
- Local time
- Today, 09:40
- Joined
- Oct 17, 2003
- Messages
- 191
Hi i am using the following VB code as a afterupdate. but once i save it and then try select something from the field i get the following error messages(please refer to attached documents)
any idea why this is doing this. luckly i have a backup copy but when i delete the damaged copy and do the same with another form i get the same problem
Private Sub PartID_AfterUpdate()
Me.Lead_Weeks = Me.PartID.Column(2)
Me.Tender_Unit_Price = Me.PartID.Column(3)
End Sub
thank you
kabir
any idea why this is doing this. luckly i have a backup copy but when i delete the damaged copy and do the same with another form i get the same problem
Private Sub PartID_AfterUpdate()
Me.Lead_Weeks = Me.PartID.Column(2)
Me.Tender_Unit_Price = Me.PartID.Column(3)
End Sub
thank you
kabir