Hi Everyone,
Can someone point me in the right direction with my form?
Here is how my form is designed:
What I want to do is have the value from RMTDetails.txtBusinessName show up in the BusinessForm.txtPulledName textbox. How can I do this?
In the past, I've used something like this in a TextBox to pass a value from one form to another.
If this will work, what would the syntax be?
Thanks,
crhodus
Can someone point me in the right direction with my form?
Here is how my form is designed:
- Form BusinessForm has 4 tabs on it.
- Above the set of tabs is a TextBox named txtPulledName.
- Tab_1, on the BusinessInfo, form has a subform on it named subRMTDetails.
- The sub-form, subRMTDetails, points to an existing form named RMTDetails.
- RMTDetails has a TextBox named txtBusinessName.
What I want to do is have the value from RMTDetails.txtBusinessName show up in the BusinessForm.txtPulledName textbox. How can I do this?
In the past, I've used something like this in a TextBox to pass a value from one form to another.
Code:
= Forms!YourFormName!YourControl
Thanks,
crhodus