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
-
Win 11 24H2 June 2025 Update breaks WIFI
by
dportenlanger
3 hours, 9 minutes ago -
Update from WinPro 10 v. 1511 on T460p?
by
CatoRenasci
26 minutes ago -
System Restore and Updates Paused
by
veteran
5 hours, 39 minutes ago -
Windows 10/11 clock app
by
Kathy Stevens
1 hour, 55 minutes ago -
Turn off right-click draw
by
Charles Billow
8 hours, 53 minutes ago -
Introducing ChromeOS M137 to The Stable Channel
by
Alex5723
12 hours, 24 minutes ago -
Brian Wilson (The Beach Boys) R.I.P
by
Alex5723
1 hour, 27 minutes ago -
Master patch listing for June 10, 2025
by
Susan Bradley
14 hours, 1 minute ago -
Suggestions for New All in One Printer and a Photo Printer Windows 10
by
Win7and10
6 hours, 3 minutes ago -
Purchasing New Printer. Uninstall old Printer Software First?
by
Win7and10
20 hours, 2 minutes ago -
KB5060842 Issue (Minor)
by
AC641
1 day ago -
EchoLeak : Zero Click M365 Copilot leak sensitive information
by
Alex5723
1 day, 3 hours ago -
24H2 may not be offered June updates
by
Susan Bradley
1 hour, 45 minutes ago -
Acronis : Tracking Chaos RAT’s evolution (Windows, Linux)
by
Alex5723
1 day, 15 hours ago -
June 2025 updates are out
by
Susan Bradley
3 hours, 59 minutes ago -
Mozilla shutting Deep Fake Detector
by
Alex5723
2 days, 6 hours ago -
Windows-Maintenance-Tool (.bat)
by
Alex5723
1 day, 15 hours ago -
Windows 11 Insider Preview build 26200.5641 released to DEV
by
joep517
2 days, 9 hours ago -
Windows 11 Insider Preview build 26120.4250 (24H2) released to BETA
by
joep517
2 days, 9 hours ago -
Install Office 365 Outlook classic on new Win11 machine
by
WSrcull999
2 days, 9 hours ago -
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
2 days ago -
re-install Windows Security
by
CWBillow
2 days, 12 hours ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
2 days, 15 hours ago -
macOS Tahoe 26
by
Alex5723
2 days, 10 hours ago -
Migrating from win10 to win11, instructions coming?
by
astro46
51 minutes ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
2 days ago -
Recommended watching : Mountainhead movie
by
Alex5723
2 days, 1 hour ago -
End of support for Windows 10
by
Old enough to know better
16 minutes ago -
What goes on inside an LLM
by
Michael Covington
1 hour, 12 minutes ago -
The risk of remote access
by
Susan Bradley
16 minutes 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.