Access 2010 newbie.
I’ve set up a horizontal tab, 2 levels navigation form and under one of the main tabs l’ve created two tabs as pic1.
When a user clicks either of the buttons they are taken to the same form but l would like the create button to open the form with a new empty record and if they click the Edit button then the form opens showing all records.
Normally on a normal button the OnClick would contain DoCmd.GoToRecord , , acNewRec but l’m struggling to find where to place this in the new Navigation Form.
Any help would be most appreciated.
Kanga
I’ve set up a horizontal tab, 2 levels navigation form and under one of the main tabs l’ve created two tabs as pic1.
When a user clicks either of the buttons they are taken to the same form but l would like the create button to open the form with a new empty record and if they click the Edit button then the form opens showing all records.
Normally on a normal button the OnClick would contain DoCmd.GoToRecord , , acNewRec but l’m struggling to find where to place this in the new Navigation Form.
Any help would be most appreciated.
Kanga