transfering data from access query to access table

Status
Not open for further replies.

abrown

Board Regular
Joined
Nov 15, 2003
Messages
172
I have an Access database (read only) and want to transfer the data from a query (191,000 records) into another Access database table.

Can I do this with the TransferDatabase action in a Macro?

I am not sure what format the Source is supposed to be in. Can someone help me out.

note: I also tried Importing the query and I got this error "decimal fields percision too small to accept numeric you attempted to add."

Thanks.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
What about changing the query into a make table query and setting it to make a table in another database.

You can then run the SQL for this in a macro if need be.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,214,431
Messages
6,119,457
Members
448,898
Latest member
drewmorgan128

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