Hi All
I have 2 forms whereby one piece of info I hold on the first form is sometimes the same as that on the 2nd form but not always thus, what I want to do is this:
USER COMPLETES FORM 1 in full...no problem
USER then (optionally, doesnt always happen) presses my command button to launch FORM 2
...I want to take the value entered on form 1 in the field "handyinfo" and pre-populate the field titled "usefulinfo" on form 2....
Also, based on a flag on form 1, I might want to pre-populate a hidden field in Form 2 with the number 1 - I assume that would work in the same way but I cannot figure this out.
Cheers
I've tried storing the value in a variable but cannot do anything with this value once the button is clicked so it does quite happily launch form 2 but the field "usefulinfo" is NOT pre-populated....this is what I need to sort so hoping soneone can help!!!
Cheers...
I have 2 forms whereby one piece of info I hold on the first form is sometimes the same as that on the 2nd form but not always thus, what I want to do is this:
USER COMPLETES FORM 1 in full...no problem
USER then (optionally, doesnt always happen) presses my command button to launch FORM 2
...I want to take the value entered on form 1 in the field "handyinfo" and pre-populate the field titled "usefulinfo" on form 2....
Also, based on a flag on form 1, I might want to pre-populate a hidden field in Form 2 with the number 1 - I assume that would work in the same way but I cannot figure this out.
Cheers
I've tried storing the value in a variable but cannot do anything with this value once the button is clicked so it does quite happily launch form 2 but the field "usefulinfo" is NOT pre-populated....this is what I need to sort so hoping soneone can help!!!
Cheers...