I have worked for several weeks putting the basic forms together in a new customer database setup and then I just needed to finish my little project by smoothing the GUI adding a navigation form! ... big mistake. After investigating why my forms suddenly starts to fail when being activated from within the navigation form I have learned that I need to change the references
because the forms will act as subforms within the navigation form.
Can somebody pls help me with the following example.
How should I change the following "On Open" vba event code after adding the form to a navigation form named Front_navigation:
DoCmd.GoToRecord acDataForm, "customer_create", acNewRec
When I try to open the form from the navigation form I get the following error: Run-time error 2489 The object "customer_create" is not open

Can somebody pls help me with the following example.
How should I change the following "On Open" vba event code after adding the form to a navigation form named Front_navigation:
DoCmd.GoToRecord acDataForm, "customer_create", acNewRec
When I try to open the form from the navigation form I get the following error: Run-time error 2489 The object "customer_create" is not open