View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brian Brian is offline
external usenet poster
 
Posts: 683
Default Excel to Acess transfertext issues

All:

I am attempting to import a csv via dao from vb into a ddatabse.
Now, sometimes, the TransferText function works perfectly and all my tables
are up to date.

However, sometimes, it seems that the docmd.transfertext just fails to
communicate with the database and accepts now data from the file, leaving me
with a blank databse.

Can anyone make sense of this?
Thanks for all your help.