Access Forms: Always Ready for a New Record
A question arose in a recent Access Forms workshop about a form that was being designed to capture information supplied by library patrons. To that point in the workshop, we had created several forms; but in each case when the form was opened we saw record 1 of the data set. We saw that we could use the New Record icon to set the form fields to blank when we wanted to enter new data. But in this case, the database owner wanted the form to open so that what the user sees immediately is a form with blank fields ready for a new record to be entered. The solution simply involves setting properties of the form as follows:
- With the Form in Design view or Layout view, open the Property Sheet and be sure you are looking at the properties of the Form
- To most easily find the properties you need, choose the Data tab at the top of the Property Sheet
- Find the Data Entry property and set it to Yes
- Also be sure the Allow Additions property is set to Yes










