Little_Man22
Registered User.
- Local time
- Today, 03:40
- Joined
- Jun 23, 2001
- Messages
- 118
How can I send the value of field 'x' from a pop-up form to a field on the form underneath that is of the same name?
In other words I need code in the afterupdate event prodecure of field 'x' that says something like:
Copy value of Me!x to forms!frmclients!applicationdata!x
However, my primitive code above will not do the trick
Does anyone have any suggestions as to how this could work?
Thanks in advance,
Ryan.
In other words I need code in the afterupdate event prodecure of field 'x' that says something like:
Copy value of Me!x to forms!frmclients!applicationdata!x
However, my primitive code above will not do the trick

Thanks in advance,
Ryan.