M
Mary Hartman
I created a combo in a form to look up a field (products_model) in a
table and then go to that record in the form. When I put it together
in my practice database, it worked just fine.
Now that I have put it in my finished product, it just sits there. Is
there something wrong with this code that I can't see?
Private Sub cboFindProduct_AfterUpdate()
DoCmd.GoToControl "products_model"
DoCmd.FindRecord cboFindProduct
DoCmd.GoToControl "inventory_id"
End Sub
It's driving me craaaaaazy!!! :>(
table and then go to that record in the form. When I put it together
in my practice database, it worked just fine.
Now that I have put it in my finished product, it just sits there. Is
there something wrong with this code that I can't see?
Private Sub cboFindProduct_AfterUpdate()
DoCmd.GoToControl "products_model"
DoCmd.FindRecord cboFindProduct
DoCmd.GoToControl "inventory_id"
End Sub
It's driving me craaaaaazy!!! :>(