RE: Export Access Data to Peachtree
From: Paul Sanguinetti (PaulSanguinetti_at_discussions.microsoft.com)
Date: 12/08/04
- Next message: neenmarie: "RE: Export Access Data to Peachtree"
- Previous message: Chris Mills: "Re: Product Confusion"
- Next in thread: neenmarie: "RE: Export Access Data to Peachtree"
- Reply: neenmarie: "RE: Export Access Data to Peachtree"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Dec 2004 17:19:04 -0800
It can be done, but requires a lot of code. I've interfaced our maintenance
system, operations reporting system, and a variety of therapy evaluations
systems to both Peachtree and Quickbooks.
You have to use vb code to create tab delimited records in a text file that
mimics the format Peachtree uses in its import/export fuction from the File
menu. The file created can then be imported into Peachtree.
I've also found a site that has an obdc driver for a direct interface to
Quickbooks, but haven't looked for one for Peachtree. I've always shied away
from directly writing records into an accounting system as it tends to bypass
the error checking capabilities that are used in the import/export functions.
I've been able to interface purchase orders, receipts, invoices, inventory
transactions, and payroll (timekeeping) data using this method. Set up a test
company and verify you are getting things in the right spots before you go
live with your process.
- Next message: neenmarie: "RE: Export Access Data to Peachtree"
- Previous message: Chris Mills: "Re: Product Confusion"
- Next in thread: neenmarie: "RE: Export Access Data to Peachtree"
- Reply: neenmarie: "RE: Export Access Data to Peachtree"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|