Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Shipping addressesSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 Shipping addresses 
 Author   Message 
  Matt Gregory 
  
 Group: Members 
 Posts: 1 
 Joined: 2006-06-21 
 Profile
 Posted : 2006-06-21 04:16:51
How do I access all of a customer's shipping addresses?  There is only one in the Customer table. 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-06-21 08:34:16

QODBC only supports the DEFAULT shipping address in USA editions of QuickBooks 2006. While USA users of QuickBooks 2006 can enter multiple addresses and set which address (Ship To 1, Ship To 2, Ship To 3 etc) is the DEFAULT shipping address, QODBC will only show the DEFAULT shipping address in the Customer table.

In this example I set the DEFAULT shipping address to  Ship To 2 :

So when I run the following query:

SELECT "ShipAddressAddr1", "ShipAddressAddr2", "ShipAddressAddr3", "ShipAddressAddr4",
"ShipAddressCity",  "ShipAddressState", "ShipAddressPostalCode", "ShipAddressCountry"
FROM Customer where "FullName" = 'Data Access Worldwide'

I now see the Ship To 2 shipping address:

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to