Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display main table data on subform

Status
Not open for further replies.

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?


 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top