johnlatona123
Innovator
- Local time
- Today, 13:31
- Joined
- Sep 20, 2011
- Messages
- 85
hi!
so i have a form for data entry and i am trying to reduce the duplication of user actions by having 1 field in my form write the same exact value to another "hidden" field on the form
example:
text 1 with control source A - is my visible text field where a user will input a value
text 2 with control source B - is my hidden text field
i need the value of text 1 to be written to text 2 when text 1 loses focus.
i thought this would have been a simple "= [field]" but i guess im wrong
in my mind i am thinking i am essentially creating 2 records at a time as the 2 fields have 2 different source tables.
can anyone help me out?
thanks in advance!
so i have a form for data entry and i am trying to reduce the duplication of user actions by having 1 field in my form write the same exact value to another "hidden" field on the form
example:
text 1 with control source A - is my visible text field where a user will input a value
text 2 with control source B - is my hidden text field
i need the value of text 1 to be written to text 2 when text 1 loses focus.
i thought this would have been a simple "= [field]" but i guess im wrong
in my mind i am thinking i am essentially creating 2 records at a time as the 2 fields have 2 different source tables.
can anyone help me out?
thanks in advance!