access-novice
access-novice
- Local time
- Today, 14:47
- Joined
- Sep 23, 2008
- Messages
- 2
I am trying to set the default value of one control on a form to the value of another control on the same form.
The form's data source is a query which links two tables (Employees & Status) together.
In the Employee table there is a field called "Function" and in the Status Table there are fields called "Function1" and "Function2". Currently, all 3 of these fields are combo boxes pulling their data from a "Functions" table.
On the Status Report Form, I want the value of "Function1" and "Function2" to default to the value of "Function" (from the Employee table). However, I want the user to be able to change "Function1" and/or "Function2" if necessary without changing the value of "Function".
The form's data source is a query which links two tables (Employees & Status) together.
In the Employee table there is a field called "Function" and in the Status Table there are fields called "Function1" and "Function2". Currently, all 3 of these fields are combo boxes pulling their data from a "Functions" table.
On the Status Report Form, I want the value of "Function1" and "Function2" to default to the value of "Function" (from the Employee table). However, I want the user to be able to change "Function1" and/or "Function2" if necessary without changing the value of "Function".