Microsoft Office with MSQuery and QODBC
High bandwidth users, please see our flash video tutorial or Windows Media movie tutorial on Microsoft Office.
Setup QODBC to work with Microsoft Office
Before using any Microsoft Office 2000 applications, you must ensure that the Microsoft Query builder is installed.
Double Click on the 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.
(Make sure you have QuickBooks and the Company file open “minimized” that you want to query)
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
Select the option File / New, and you will see the following screen.
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)
A total of 43 records are returned from the table in grid view, with no criteria applied to underlying SQL statement. (Select * From Customer)
To apply criteria to the underlying SQL statement (Select * 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 * From Customer Where (Customer.BillAddressPostalCode=’94482′)







