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

Is there code to get parts of a table and put them into another table?

Status
Not open for further replies.

nicmar

Programmer
Mar 4, 2003
11
US
Hello,
I am trying to write the code to copy part of a table if certain requirements are made. I want to copy part of a table and put it into another table, but I can not figure out the code. I do not want to manually do it. Does this make any since?? What I am working on is a very in-depth project so it is difficult to explain everything. If anyone know if this is possible I would greatly appreciate a reply.

Thank you,
nicmar
 
It is fairly simple to create an append query that will select a group of records and fields to append to another table. You can use an update query to update existing records.

Duane
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top