The theory is simple, but the issue has been racking my brain for days.
I have a table named STANDARDS with multiple fields. To include but not limited to:
"WrkArea"
"Picks"
I have a table named ATTENDANCE with multiple fields. To include but not limited to:
"AttenDate"
"PickStan"
I want the default value of the field "PickStan" in ATTENDANCE to be whatever Value us stored in the field "Picks" in STANDARDS.
How do I do this? Any suggestions?
I have a table named STANDARDS with multiple fields. To include but not limited to:
"WrkArea"
"Picks"
I have a table named ATTENDANCE with multiple fields. To include but not limited to:
"AttenDate"
"PickStan"
I want the default value of the field "PickStan" in ATTENDANCE to be whatever Value us stored in the field "Picks" in STANDARDS.
How do I do this? Any suggestions?