|
-
Aug 23rd, 2000, 03:46 AM
#1
Thread Starter
Member
Hi,
i'm using DAO data object.
Anyone knows how to Export Excel to Access Table??
Please help.. Thanks.
Thomas
-
Aug 23rd, 2000, 03:52 AM
#2
Member
hmm... I've just been asking about this. Apparently for DAO it's simply this
dim db as database
on error resume next
set db = workspaces(0).opendatabase(app.path & "worksheet.xls")
db.execute "SELECT * INTO [c:\temp\mydb\ from [mytablename]
Hope this helps, this code hasn't worked for me yet, but I tested the sample files given to me from http://www.smithvoice.com
and they work.
-
Aug 23rd, 2000, 10:46 AM
#3
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|