G
Guest
I am trying to copy this command from a sample to a form that I am creating.
It will not work with mine. I either get a run time error, or it does
nothing at all.
Private Sub ProductID_AfterUpdate()
Me![UnitPrice] = Me![ProductID].Column(2)
End Sub
It will not work with mine. I either get a run time error, or it does
nothing at all.
Private Sub ProductID_AfterUpdate()
Me![UnitPrice] = Me![ProductID].Column(2)
End Sub