I have created a form with tab controls.
One tab is to browse records the other one I wish to use to Add records. On the on-click event of the tab I inserted:
DoCmd.GoToRecord , , acNewRec
but it does not do anything. Why?
How do I get a new record when the user click on the "Add Record" tab?
One tab is to browse records the other one I wish to use to Add records. On the on-click event of the tab I inserted:
DoCmd.GoToRecord , , acNewRec
but it does not do anything. Why?
How do I get a new record when the user click on the "Add Record" tab?