I'm trying to build a form that looks like this:
This mimics some forms that I've seen in commercial database software. It is a continuous form embedded in a single form, the latter of which has no data source. I want the buttons on the side to be the only way to add or delete records from the subform. The "Delete" button added by the wizard actually seems to work fine. The "New Record" and "Save" buttons are the ones that I'm not sure how to implement. Here is what I want:
Any ideas?
This mimics some forms that I've seen in commercial database software. It is a continuous form embedded in a single form, the latter of which has no data source. I want the buttons on the side to be the only way to add or delete records from the subform. The "Delete" button added by the wizard actually seems to work fine. The "New Record" and "Save" buttons are the ones that I'm not sure how to implement. Here is what I want:
- There should not be an option to add a record at the bottom of the subform, BUT clicking the button should jump you to the bottom of the subform and allow you to enter and save a new record.
- That said, I want to require the user to click a save button to save the record: I don't want it to save if they click a different record/control, or close the form.
Any ideas?
Last edited: