Group:  Microsoft Access ยป microsoft.public.access
Thread: Access and QuickBooks

Access and QuickBooks
Scarlet59 12/14/2008 7:27:01 PM
Does anyone know if you can export date to Quickbooks from Access 2007 and
reverse?
Thanks,Barb
RE: Access and QuickBooks
Daniel Pineault 12/14/2008 7:32:01 PM
Goto to Quickbooks website and download the SDK kit for your vesion of QB
then start coding away. They give sample code to inspire yourself from.

http://developer.intuit.com/technical_resources/default.aspx?id=1488
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.



"Scarlet59" wrote:

[Quoted Text]
> Does anyone know if you can export date to Quickbooks from Access 2007 and
> reverse?
> Thanks,Barb
RE: Access and QuickBooks
Scarlet59 12/14/2008 9:29:02 PM
Thank you Daniel, I will try that.
Barbara

"Daniel Pineault" wrote:

[Quoted Text]
> Goto to Quickbooks website and download the SDK kit for your vesion of QB
> then start coding away. They give sample code to inspire yourself from.
>
> http://developer.intuit.com/technical_resources/default.aspx?id=1488
> --
> Hope this helps,
>
> Daniel Pineault
> http://www.cardaconsultants.com/
> For Access Tips and Examples: http://www.devhut.net
> Please rate this post using the vote buttons if it was helpful.
>
>
>
> "Scarlet59" wrote:
>
> > Does anyone know if you can export date to Quickbooks from Access 2007 and
> > reverse?
> > Thanks,Barb
Re: Access and QuickBooks
"Arvin Meyer [MVP]" <arvinm[ at ]mvps.invalid> 12/15/2008 2:15:30 AM
"Scarlet59" <Scarlet59[ at ]discussions.microsoft.com> wrote in message
news:E39784C1-5302-4E26-8B93-0750A7B1AEE5[ at ]microsoft.com...
[Quoted Text]
> Does anyone know if you can export date to Quickbooks from Access 2007 and
> reverse?
> Thanks,Barb

QuickBooks does link with some databases using an ODBC driver:

http://www.qodbc.com/qodbc.htm

The earlier versions that I used were very slow, and expensive $200. for
each version. They also don't allow interaction with some tables.

QuickBooks does have an SDK, but you cannot program Access compatibility
with it as it uses C, C++, or C#, not VB or VBA. So you would need to be
able to program C or C++ COM objects to make it work with Access.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


Re: Access and QuickBooks
Scarlet59 12/15/2008 2:44:05 AM
Arvin,
That sounds great. I'm not sure about having to write codes to get a program
to work. This looks much easier.
Thanks

"Arvin Meyer [MVP]" wrote:

[Quoted Text]
> "Scarlet59" <Scarlet59[ at ]discussions.microsoft.com> wrote in message
> news:E39784C1-5302-4E26-8B93-0750A7B1AEE5[ at ]microsoft.com...
> > Does anyone know if you can export date to Quickbooks from Access 2007 and
> > reverse?
> > Thanks,Barb
>
> QuickBooks does link with some databases using an ODBC driver:
>
> http://www.qodbc.com/qodbc.htm
>
> The earlier versions that I used were very slow, and expensive $200. for
> each version. They also don't allow interaction with some tables.
>
> QuickBooks does have an SDK, but you cannot program Access compatibility
> with it as it uses C, C++, or C#, not VB or VBA. So you would need to be
> able to program C or C++ COM objects to make it work with Access.
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
>
>
Re: Access and QuickBooks
Daniel Pineault 12/16/2008 7:21:02 PM
Arvin,

It feels wierd correcting you of all people (as I am usually asking you for
help), but the SDK does indeed permit vba coding with Quickbooks. I have
sucessfully used it in Excel and Access now. Perhaps the older versions did
not, but the current SDK does permit vba integration/programming. Add the
proper references to your project and you're off the the races (as they say).

The process can be slow however, but does work.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.



"Arvin Meyer [MVP]" wrote:

[Quoted Text]
> "Scarlet59" <Scarlet59[ at ]discussions.microsoft.com> wrote in message
> news:E39784C1-5302-4E26-8B93-0750A7B1AEE5[ at ]microsoft.com...
> > Does anyone know if you can export date to Quickbooks from Access 2007 and
> > reverse?
> > Thanks,Barb
>
> QuickBooks does link with some databases using an ODBC driver:
>
> http://www.qodbc.com/qodbc.htm
>
> The earlier versions that I used were very slow, and expensive $200. for
> each version. They also don't allow interaction with some tables.
>
> QuickBooks does have an SDK, but you cannot program Access compatibility
> with it as it uses C, C++, or C#, not VB or VBA. So you would need to be
> able to program C or C++ COM objects to make it work with Access.
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
>
>
Re: Access and QuickBooks
"Arvin Meyer [MVP]" <arvinm[ at ]mvps.invalid> 12/18/2008 5:48:12 PM

"Daniel Pineault" <DanielPineault[ at ]discussions.microsoft.com> wrote in
message news:4EAA8BDF-ED77-47A2-B748-494A4688EC56[ at ]microsoft.com...
[Quoted Text]
> Arvin,
>
> It feels wierd correcting you of all people (as I am usually asking you
> for
> help), but the SDK does indeed permit vba coding with Quickbooks. I have
> sucessfully used it in Excel and Access now. Perhaps the older versions
> did
> not, but the current SDK does permit vba integration/programming. Add the
> proper references to your project and you're off the the races (as they
> say).
>
> The process can be slow however, but does work.

Hey, my wife corrects me constantly <g>

Thanks for the correction. I was going by what I saw on their website. The
older versions only allowed C or C++ (not even C#) and didn't really even
have an SDK when I tried working with it last time.

When you say slow, do you mean painfully slow? It was when I used the ODBC
connector. I seem to remember a query taking about 35 seconds to return 18
rows from a table with a little over 700 rows. In Access, that would be
measured in microseconds.

Thanks,
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


Re: Access and QuickBooks
Daniel Pineault 12/21/2008 11:25:01 PM
Sadly, the speed issue remains. It is 'painfully slow'! but it does work.
Sending info to QB is done at an acceptable speed. Ie transfering db data to
QB to create a new client or invoice...., but retrieving QB info is
rediculously slow.

I need to query QB to pull item listings and tax codes and you might as well
go grab a coffee and come back before it will have completed the query.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.



"Arvin Meyer [MVP]" wrote:

[Quoted Text]
>
> "Daniel Pineault" <DanielPineault[ at ]discussions.microsoft.com> wrote in
> message news:4EAA8BDF-ED77-47A2-B748-494A4688EC56[ at ]microsoft.com...
> > Arvin,
> >
> > It feels wierd correcting you of all people (as I am usually asking you
> > for
> > help), but the SDK does indeed permit vba coding with Quickbooks. I have
> > sucessfully used it in Excel and Access now. Perhaps the older versions
> > did
> > not, but the current SDK does permit vba integration/programming. Add the
> > proper references to your project and you're off the the races (as they
> > say).
> >
> > The process can be slow however, but does work.
>
> Hey, my wife corrects me constantly <g>
>
> Thanks for the correction. I was going by what I saw on their website. The
> older versions only allowed C or C++ (not even C#) and didn't really even
> have an SDK when I tried working with it last time.
>
> When you say slow, do you mean painfully slow? It was when I used the ODBC
> connector. I seem to remember a query taking about 35 seconds to return 18
> rows from a table with a little over 700 rows. In Access, that would be
> measured in microseconds.
>
> Thanks,
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
>
>
Re: Access and QuickBooks
"sukanya" <0816677708> 3/17/2009 12:27:50 PM


"Scarlet59" <Scarlet59[ at ]discussions.microsoft.com> wrote in message
news:E39784C1-5302-4E26-8B93-0750A7B1AEE5[ at ]microsoft.com...
[Quoted Text]
> Does anyone know if you can export date to Quickbooks from Access 2007 and
> reverse?
> Thanks,Barb

Home | Search | Terms | Imprint
Newsgroups Reader