Database Tools
Forms 3
This is a follow up to the Forms 2 exercise
Modify your basic data entry form to prevent bad data values from being entered
into your database. You can do this using the Data tab on the Property Sheet in
the Design View. The following rules should apply:
- Months should be numbers from 1-12
- Days should be numbers from 1-31
- Years should be numbers from 2014-2020 (older data is possible, but
this form is form entering new data)
- Plots should be numbers from 1-24
- Stakes should be numbers from 11 to 77
- Species should be selected from a drop down list (called a combo box in
Access) that includes only the species IDs that are present in the
new_code
field of the Species
table. If the Species
table is updated
the new values should automatically appear in the combo box.
- Sex should be M or F or nothing
- Age should be J or nothing
- Hind Foot Length should be a number between 1 and 70
- Weight should be a number between 1 and 350