Our first step is to improve the data entry process. If youve been experimenting with Microsoft Access as weve built the database, you probably noticed that you may add data to the tables in the datasheet view by simply clicking into the blank row at the bottom of the table and entering data that complies with any table constraints. This process will certainly allow you to populate your database, but its definitely not user friendly! Imagine asking a salesperson to go through this process every time they signed up a new client!
Fortunately, Access provides a much more user-friendly data entry technique through the use of forms. If you recall from the Patricks Widgets scenario, one of our requirements was to add forms that allow the sales team to add, modify and view information in the database. Well begin by creating a simple form that allows us to work with the Customers table. Heres the step-by-step process:
- Open the Patricks Widgets database.
- Choose the Forms tab on the database menu.
- Double-click Create form by using wizard.
- Use the >> button to select all of the fields in the table.
- Click the Next button to continue.
- Choose the form layout that youd like. Justified is a good, attractive starting point, but each layout has its pros and cons. Youll need to pick the most appropriate layout for your environment. Remember, this is just a starting point and you may modify the actual form appearance later on in the process.
- Click the Next button to continue.
- Choose a style and click the Next button to continue.
- Give the form a title and then choose the appropriate radio button to either open the form in data entry mode or layout mode. Click the Finish button to generate your form.
Now that youve created this first form, go ahead and create forms that assist with the data entry for the remaining tables in the database!


