Howdy,
I'm trying to carry over a value in a textbox in the main form to textboxes (with different names) in subforms placed on tabbed pages. The form/subforms are not linked on that particular field.
Default value doesn't work in this case because it only deals with new records and messes with the joins. Also, in this case, the values Must be included in the different underlying tables.
Isn't there an easy way to say...if a user enters a new record in the mainform and tabs to a subform on another page, make the subform textbox value = mainform textox value.
Thanks much.
I'm trying to carry over a value in a textbox in the main form to textboxes (with different names) in subforms placed on tabbed pages. The form/subforms are not linked on that particular field.
Default value doesn't work in this case because it only deals with new records and messes with the joins. Also, in this case, the values Must be included in the different underlying tables.
Isn't there an easy way to say...if a user enters a new record in the mainform and tabs to a subform on another page, make the subform textbox value = mainform textox value.
Thanks much.