PC Review


Reply
Thread Tools Rate Thread

DoCmd.TransferDatabase Error

 
 
DaveE
Guest
Posts: n/a
 
      27th Feb 2009
When I run the code to import a table from an ODBC db I get an error that the
destination table doesn't exist, "tblCustomer doesn't exist". If I create an
empty tblCustomer table, the error says "tblCustomer1 doesn't exist". And on
it goes. What am I missing. I thought it would just create the table.
 
Reply With Quote
 
 
 
 
dymondjack
Guest
Posts: n/a
 
      27th Feb 2009
I just got done going through something similar with TransferText (fields
rather than tables though). As it turns out I missed the True argument for
specifying that the fields already existed.

I got my answer easily enough (link below), but I haven't been able to find
anything on TransferDatabase.

Upon searching I was reading a thread somewhere where someone had the same
problem, but it was left unresolved, with at least one opinion that
TransferDatabase was buggy and had insufficient help.

http://support.microsoft.com/kb/142186


Hardly an answer, but maybe something I mentioned will trigger for you...

--
Jack Leach
www.tristatemachine.com

- "First, get your information. Then, you can distort it at your leisure."
- Mark Twain


"DaveE" wrote:

> When I run the code to import a table from an ODBC db I get an error that the
> destination table doesn't exist, "tblCustomer doesn't exist". If I create an
> empty tblCustomer table, the error says "tblCustomer1 doesn't exist". And on
> it goes. What am I missing. I thought it would just create the table.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DoCmd.TransferDatabase run-time error 2501 Matt Tatham Microsoft Access VBA Modules 2 24th Mar 2010 05:49 PM
Re: Docmd.Transferdatabase error Dave Patrick Microsoft Excel Programming 8 6th Apr 2009 07:17 PM
RE: Docmd.Transferdatabase error joel Microsoft Excel Programming 2 6th Apr 2009 07:00 PM
DoCmd.TransferDatabase ooxx Microsoft Access Form Coding 11 13th Nov 2008 06:23 PM
Re: ERROR: DoCmd.TransferDatabase method Dirk Goldgar Microsoft Access VBA Modules 1 22nd Jun 2004 07:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:53 PM.