Export to QuickBokks

P

Paul

I want to export Accees data to Quickbooks. Any samples or vba code or links
on how to do this. Thanks.
 
K

Klatuu

I don't know if this will be of any help, but it may at least give you some
ideas. I have not used Quick Books; however, if it is anything like
Quiicken, it has the ability to import and export csv text files. You will
probably need to know what the file layout needs to be to import data into
Quick Books. Once you know that, you will need to use TransferText in Access
to create a file in the format that Quick Books can import.
 
P

Paul

Thanks for your reply. I believe that the QuickBooks file format is either
iif or xml and it depends on if it is the Windows or Web version of the
QuickBooks.
 
K

Klatuu

If QuickBooks has the ability to import and/or export csv text files, the
internal file format is irrelevant.
 
Top