Excel/ Access 2007.
Hello.
I’ve created a procedure that imports a csv file. I’m then using DAO to create a new table (TableDef)
and copy the (csv) data into this new table. Is there an easier way to do this, without me having to
loop through all the rows? Similarly, would there be an easier way if I were appending the records to
an existing table? Thanks, Andy.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Create Access table
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Create Access table
- This topic has 6 replies, 2 voices, and was last updated 15 years, 7 months ago.
AuthorTopicWSandrewgibsonsw
AskWoody LoungerNovember 12, 2009 at 6:57 am #463793Viewing 0 reply threadsAuthorReplies-
WSHansV
AskWoody LoungerNovember 12, 2009 at 7:09 am #1185121You could run an SQL statement:
Dim strSQL As String
Dim strNewTable As String
Dim strCSVTable As String
strNewTable = “tblNew”
strCSVTable = “tblImport”
strSQL = “SELECT * INTO [” & strNewTable & “] FROM [” & strCSVTable * “]”
CurrentDb.Execute strSQL, dbFailOnErrorTo append to an existing table, use
strSQL = “INSERT INTO [” & strNewTable & “] SELECT * FROM [” & strCSVTable * “]”
You can specify columns instead of *.
-
WSandrewgibsonsw
AskWoody LoungerNovember 12, 2009 at 7:16 am #1185123You could run an SQL statement:
Dim strSQL As String
Dim strNewTable As String
Dim strCSVTable As String
strNewTable = “tblNew”
strCSVTable = “tblImport”
strSQL = “SELECT * INTO [” & strNewTable & “] FROM [” & strCSVTable * “]”
CurrentDb.Execute strSQL, dbFailOnErrorTo append to an existing table, use
strSQL = “INSERT INTO [” & strNewTable & “] SELECT * FROM [” & strCSVTable * “]”
You can specify columns instead of *.
Thank you. Is tblImport an Excel range name? Andy.
-
WSHansV
AskWoody Lounger -
WSandrewgibsonsw
AskWoody LoungerNovember 12, 2009 at 7:24 am #1185127I had assumed from your description that you had already imported the CSV file into an Access table named tblImport, and wanted to transfer its records to a new or existing table.
No, sorry. The csv data is currently in an Excel worksheet. I now need, from Excel, to either create a new
Access table or append to an existing one. Andy. -
WSHansV
AskWoody LoungerNovember 12, 2009 at 8:02 am #1185129You could use DoCmd.TransferSpreadsheet in Access to import from an Excel workbook, or DoCmd.TransferText to import directly from a .csv file.
If you want, you can use Automation to do this from Excel.Alternatively, you could use ADO – it can run SQL on an Excel worksheet or .csv file.
-
WSandrewgibsonsw
AskWoody LoungerNovember 12, 2009 at 8:55 am #1185137You could use DoCmd.TransferSpreadsheet in Access to import from an Excel workbook, or DoCmd.TransferText to import directly from a .csv file.
If you want, you can use Automation to do this from Excel.Alternatively, you could use ADO – it can run SQL on an Excel worksheet or .csv file.
Thank you very much. Andy.
-
-
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Set default size for pasted photo to word
by
Cyn
1 hour, 3 minutes ago -
Dedoimedo tries 24H2…
by
Cybertooth
2 hours, 21 minutes ago -
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
1 day ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
21 hours, 21 minutes ago -
Small desktops
by
Susan Bradley
40 minutes ago -
Totally disable Bitlocker
by
CWBillow
22 hours, 22 minutes ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
21 hours, 37 minutes ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
2 days, 3 hours ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
4 hours, 50 minutes ago -
Mystical Desktop
by
CWBillow
2 days, 7 hours ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
1 day, 12 hours ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
4 hours, 31 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
2 days, 22 hours ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
3 days, 1 hour ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
2 days, 23 hours ago -
What is wrong with simple approach?
by
WSSpoke36
21 hours, 28 minutes ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
3 days, 10 hours ago -
Location, location, location
by
Susan Bradley
2 days, 1 hour ago -
Cannot get a task to run a restore point
by
CWBillow
3 days, 12 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
3 days, 2 hours ago -
June 2025 Office non-Security Updates
by
PKCano
3 days, 22 hours ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
2 days, 1 hour ago -
Firefox Red Panda Fun Stuff
by
Lars220
3 days, 22 hours ago -
How start headers and page numbers on page 3?
by
Davidhs
4 days, 9 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
3 days, 12 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
4 days, 18 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
4 days, 18 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
4 days, 7 hours ago -
Firefox 139
by
Charlie
4 days ago -
Who knows what?
by
Will Fastie
3 days, 2 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.