UNC_Access
Registered User.
- Local time
- Today, 15:04
- Joined
- Oct 24, 2012
- Messages
- 42
Hi!
Here is the situation (simplified):
1. I have a table called table_1
2. table_1 contains field_A, field_B, and field_C
3. I have form called frm_1
4. frm_1 contains text boxes to update field_A, field_B, and field_C from table_1
5. frm_1 also contains an unbound text box which calculates: field_A+field_B+field_C
Question:
How can I get the unbound text box to refresh automatically after any field is updated (A, B, or C)?
Thanks in advance!
Here is the situation (simplified):
1. I have a table called table_1
2. table_1 contains field_A, field_B, and field_C
3. I have form called frm_1
4. frm_1 contains text boxes to update field_A, field_B, and field_C from table_1
5. frm_1 also contains an unbound text box which calculates: field_A+field_B+field_C
Question:
How can I get the unbound text box to refresh automatically after any field is updated (A, B, or C)?
Thanks in advance!