I am attempting to set up a navigation form for my "New Employee" form. I want to have a tab for the employee's information, another for device information, and so on. When I get the form inside of the navigation form to load, how do I get it to go straight to a new record. For example, Navigation form is named frmNewEmployee and the form on the employee information tab is called frmAddEmployee.
I've tried:
Macro - open form -> frmAddEmployee -> goto record new (receives error stating that form is not open)
Macro - open form -> frmNewEmployee -> goto record new (no error, but does nothing)
Attempted to write the VBA for doing the same thing above and get same results. What am I doing wrong?