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

Is it possible to Load Values into a Table from a query

Status
Not open for further replies.

Karlperkins12345

Programmer
Mar 12, 2002
6
GB
I have a problem Im trying to fill in A Order table with Information based on a Suplier Table I was wondering If it was possible to load the data just by Selecting the Supplier name using a Combobox lookup and then having it fill in the Rest of the supplier info
 
I think what you're asking for is an Append query.

Though I would strongly urge you to consider your Normalisation Rules if you are even thinking of duplicating data from one table into another like you seem to be implying.



G LS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top