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 : How do I setup QODBC to work with Microsoft Office 2000?Search Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
 How do I setup QODBC to work with Microsoft Office 2000? 
 Author   Message 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-03-01 19:56:48

Setting up QODBC to work with Microsoft Office 2000
Before using any Microsoft Office 2000 applications, please ensure that the Microsoft Query builder is installed on your computer. This can be done by "Double Clicking" on your Microsoft Office Setup, Click to update the installation, check the options to select the items you want installed and uncheck the options to clear the items you do not want installed, be sure to check the "Microsoft Query" option.

Click "Update Now" to install the components.

Microsoft Query
This is a utility worth having a desktop shortcut to, especially for those who are not very familiar with creating SQL statements. The MS Query executable can be launched from the following directory: C:\Program Files\Microsoft Office\Office\MSQRY32.EXE or C:\Program Files\Microsoft Office\Office10\MSQRY32.EXE

Select the option File / New, and you will see the following screen. (Make sure you have your QuickBooks and the Company file open first!)

Highlight the data source you wish to use and click “OK”. The data source selected here is the Sample Serviced Based Business, which is currently opened. (Uncheck the Query Wizard if checked, to create more in depth queries)

The Add Tables screen will then pop up, highlight the table you wish to query and the click “Add” and then “Close”.

MS Query should now show the table selected and with a scrollable list of all the fields available. If you double click on the asterisk in the list of fields available, it will populate the table with all of the available fields and records of that table or select only the fields you are interested in.

All your QuickBooks Customer records are returned from the table in grid view, with no criteria applied to underlying SQL statement: Select Name, FullName From Customer

To apply criteria to the underlying SQL statement (Select Name, FullName From Customer) click “Criteria / Add Criteria”

The Add Criteria panel will allow you to select the available fields from the query from a dropdown selection menu along with an operator and the associated values for that field. The above selection will generate an underlying SQL statement equivalent to:

Select Name, FullName From Customer Where (Customer.BillAddressPostalCode='94482')

The returned recordset contains only the records meeting the applied criteria as shown above. Click on File / Exit “Save Changes / No” to exit MS Query.

 

  Top 
 New Topic 
 
 Post Reply 

Jump to