Feb 4, 2004 #1 scottshiv MIS Sep 13, 2002 47 US My form has three tabs for the main table and the two linked tables. All you can see at any one time is the data for the selected tab. I would like to display the customer ID and customer name fields from the main table on each of the subforms. How do I do that?
My form has three tabs for the main table and the two linked tables. All you can see at any one time is the data for the selected tab. I would like to display the customer ID and customer name fields from the main table on each of the subforms. How do I do that?
Feb 4, 2004 #2 footbinc IS-IT--Management Jan 29, 2004 4 CA COuld you not just use Form notation (For lack of a better term) to do this? How about (assuming its a textbox on your subform) me.txtbox = Forms!frm_MAINFORM!TxtValueYouWant You could also set the control source of the text box on the subs to that. Try that. Upvote 0 Downvote
COuld you not just use Form notation (For lack of a better term) to do this? How about (assuming its a textbox on your subform) me.txtbox = Forms!frm_MAINFORM!TxtValueYouWant You could also set the control source of the text box on the subs to that. Try that.