I'm trying to change a field value on a subform called Inventory
whenever a field on the main form is updated. I can't get it to work.
Could someone correct my line of code?
Private Sub Ctl5inBoxKDeliv _rd_AfterUpdate ()
Me!Inventory.Fo rm.K5inBoxK = 99
End Sub
whenever a field on the main form is updated. I can't get it to work.
Could someone correct my line of code?
Private Sub Ctl5inBoxKDeliv _rd_AfterUpdate ()
Me!Inventory.Fo rm.K5inBoxK = 99
End Sub
Comment