copy selected, or active record from a query to another tbl

jeh

Active Member
Joined
Apr 27, 2002
Messages
250
Good Morning,

I need to copy a record from a query on a form to another table.
will someone explain how to do this in bite size pieces for me.

Thanks for your time,

Jim
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Do you just need one record from the recordset that the query returns or do you need the entire recordset to go into your new table? If you need the entire recordset, make this query an Append Query (go to your Toolbar, select Queries, and select Append Query). Select the table you'd like to Append to and then which fields from your recordset should be Appended to which fields in your table (using the Append To field).

If you only want one record Appended to the table, base a separate query off of the first query and figure out a way to limit the criteria so that only this record is returned. Then, change this query to an Append Query and follow the preceding directions.
 
Upvote 0

Forum statistics

Threads
1,221,499
Messages
6,160,166
Members
451,628
Latest member
Bale626

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top