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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding new record in a Form,add same field in subform automatically

Status
Not open for further replies.

vladdie

Technical User
Jun 5, 2001
1
US
I have a Form which allows me to add a new record to a table. This Form also has a Subform that allows me to link one field in one table to another field in another table. While typing the information in the "Tool ID" field in the main form, how can I get it to display the information I just entered into the "Tool ID" Field in the Subform. This will prevent me from having to enter the information twice.
 
Set the default value of the subform to:

=[Forms]![MainForm]![ControlToCopy]

Joe Miller
joe.miller@flotech.net
 
Set the default value of the subform control to:

=[Forms]![MainForm]![ControlToCopy]

Joe Miller
joe.miller@flotech.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top