Good day all,
Ive created a form (customer) with a subform (product) in access.
The question is how can i make the form automatically navigate to customer that still didnt have any product, considering all the customer info has been filled?
I have made a query that shows all the customer that still doesnt have any product. Then i made a code at "on load event". This is the code
DoCmd.GoToRecord acDataQuery, "no product", acFirst
But when i try to run it, i get Runtime error 2046, gotorecord isn't available now
Thanks in advance
Ive created a form (customer) with a subform (product) in access.
The question is how can i make the form automatically navigate to customer that still didnt have any product, considering all the customer info has been filled?
I have made a query that shows all the customer that still doesnt have any product. Then i made a code at "on load event". This is the code
DoCmd.GoToRecord acDataQuery, "no product", acFirst
But when i try to run it, i get Runtime error 2046, gotorecord isn't available now
Thanks in advance