On the main form there are a series of buttons, each one representing a different area.
Once clicking the button a new form opens. What I would like to have happen is that when the area button is clicked the field [area] on the new form is automatically filled in with the appropriate area. This would avoid people accidentally entering the wrong area. Each area is a simple number. Like if they click the button that reads "AREA 23" the [Area] field on the form that opens will automatically have "23" in it. This way I can have one form and not worry about people tring to enter "AREA 23" in the [area] field and getting errors back.
Once clicking the button a new form opens. What I would like to have happen is that when the area button is clicked the field [area] on the new form is automatically filled in with the appropriate area. This would avoid people accidentally entering the wrong area. Each area is a simple number. Like if they click the button that reads "AREA 23" the [Area] field on the form that opens will automatically have "23" in it. This way I can have one form and not worry about people tring to enter "AREA 23" in the [area] field and getting errors back.