If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > TransferText

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-09-02, 05:24
Dekker Dekker is offline
Registered User
 
Join Date: Jul 2002
Location: Eastbourne, UK
Posts: 9
Unhappy TransferText

I am converting databases at work from Access 97 to Access 2002.

One function involves

DoCmd.TransferText acExportMerge, , "sysMailMergeExports", MergeData, True

This works fine with Access 97, but with Access 2002 (XP) I get an error:

the object Letters#txt cannot be found ...

this is the value of the MergeData variable, and should read:

U:\exports\letters.txt

The program seems to get there - it actually deletes the old letters.txt file, but then hangs up with the above message.

Any help/advice would really be appreciated.

Cheers.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On