Search the web
Sign In
New User? Sign Up
qodbc · QODBC ODBC Driver for QuickBooks
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 198 - 227 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
198
Hi, I loaded up all the tables into Access and I don't see any way to relate customer info to an invoice. I'm trying to generate my own shipping labels and I...
decoy1024
Online Now Send Email
Aug 1, 2003
12:51 pm
199
OK, Got it: INNER JOIN on CUstomer Invoice.CustomerListRefID = Customer.ListID BTW, We could use access to the Other1 and Other2 fields on the invoice, too! ...
decoy1024
Online Now Send Email
Aug 1, 2003
6:30 pm
200
Mike, Invoice relates to Customer by the field CustomerRefListID. Use that field to find the invoices you need to print. Brad Waddell Product Manager, QODBC...
Brad Waddell
flexq
Offline Send Email
Aug 1, 2003
9:12 pm
201
User defined files are on the way soon! brad ... Brad Waddell ** FLEXquarters.com LLC ** voice-mail/fax: 602-532-7019 Postal: 6965 El Camino Real Ste 105 #488...
Brad Waddell
flexq
Offline Send Email
Aug 1, 2003
9:48 pm
202
It would be so very helpful for me, if the custom defined fields(maily from invoice lines) can be imported. lkallakuri. ... __________________________________ ...
Lakshmi Kallakuri
lkallakuri
Offline Send Email
Aug 2, 2003
5:20 pm
203
Ever thought about joining or even visiting an Adult Nudist Community? We would imagine you have but some it is just not their style and that is ok but if you...
alexandra_uoft6
Offline Send Email
Aug 4, 2003
8:56 am
204
Hi all, Does anyone have any tips on what is the minimum permission level to configure in the Quickbooks company file that will still allow me to read...
decoy1024
Online Now Send Email
Aug 4, 2003
1:07 pm
205
THIS IS SPAM !!! I got this same message on the PanoTools list which I moderate. John ... From: alexandra_uoft6 [mailto:alexandra_uoft6@...] Sent:...
John Spikowski
johnspikowski
Offline Send Email
Aug 4, 2003
7:10 pm
206
That may have been a very realtive question. It appears that if you need to access other tables, that can change things as well. Anyway, for the purposes of...
decoy1024
Online Now Send Email
Aug 4, 2003
8:26 pm
207
Iam trying to insert a multi line invoice (that is:there are 3 invoice lines on an invoice). iam trying to follow exactly the same sql queries as given on...
lkallakuri
Offline Send Email
Aug 5, 2003
6:58 pm
208
Try adding the header information into the InvoiceLine table and complete the transaction on the third line and let me know how that works. brad ... Brad...
Brad Waddell
flexq
Offline Send Email
Aug 5, 2003
7:49 pm
209
I try to locate all invoices for a particular customer. How would you recommend doing this ? I experience a 5 min wait time to look for invoices. My QB file is...
SK_IGS_1965
Offline Send Email
Aug 5, 2003
9:18 pm
210
YES.That works. Thanks a lot. But i have a question now again. Is there a way of adding more invoice lines to the same invoice header again and again. That...
lkallakuri
Offline Send Email
Aug 6, 2003
2:28 pm
211
Yes, you can keep adding invoice lines to the same header until you save. The ability to modify an existing invoice is a brand new QuickBooks feature just...
Brad Waddell
flexq
Offline Send Email
Aug 6, 2003
7:16 pm
212
To find invoices for a customer use CustomerRefListID. Several of the RefListID fields are optimized and perform better than partial searches on a field. Find...
Matt Froncek
matt_froncek
Offline Send Email
Aug 6, 2003
11:56 pm
213
We are planning to upscale our database to SQL Server from Access. Does QODBC support import of data into SQL Server directly? or do we need to use Access as...
lkallakuri
Offline Send Email
Aug 11, 2003
5:09 pm
214
Hello. I was just wondering if there was any progress on implementing the ability to query custom fields as part of the customer table. With each customer we...
shrewey
Offline Send Email
Aug 12, 2003
5:57 pm
215
my friend emily likes to rollerblade in the nude, she has pics on here geocities page http://www.geocities.com/emily_4_fun...
erica_2_haveafling17
erica_2_have...
Offline Send Email
Aug 12, 2003
7:30 pm
216
We are trying out the 30 day trial software to see if this ODBC will be of use to us. Unfortunately, the programmer is trying to open up, for example, the bill...
rebeccadt
Offline Send Email
Aug 13, 2003
2:54 pm
217
We are almost complete with this issue. It is being tested and will be issued shortly. cpv ... and...
cpv_txbs
Offline Send Email
Aug 14, 2003
3:14 pm
218
If you use a date parameter to retrieve the data, it will only retrieve the subset you need. We are working on other fields that will produce the same...
cpv_txbs
Offline Send Email
Aug 14, 2003
4:07 pm
219
The programmer should see the FAQ, which advises that the grid control in MS Access is incredibly slow at viewing data via any ODBC driver. If he will create...
Brad Waddell
flexq
Offline Send Email
Aug 16, 2003
8:57 pm
220
Any word yet on whether the Other1 and Other2 fields from the invoice lines are supported in QODBC for QB2002 yet? Thanks, Michael Marinaro Gross, Mendelsohn,...
Michael
mikesauce77
Offline Send Email
Aug 20, 2003
11:34 am
221
Anyone know what the equivalent ODBC statement is to get a list of tables? In SQL Server, I use "SELECT * FROM sysobjects WHERE..." Thanks. Dave....
davem1958
Offline Send Email
Aug 22, 2003
5:01 pm
222
There is not an equivalent in ODBC the following code works in ADO: Const adSchemaTables = 20 Dim oConnection Dim oSchema Set oConnection =...
Matt Froncek
matt_froncek
Offline Send Email
Aug 22, 2003
8:18 pm
223
The list of tables does not change, you can see it in our schema document on the main qodbc.com web page. A feature to list tables via SELECT command is on the...
brad waddell
flexq
Offline Send Email
Aug 22, 2003
8:34 pm
224
Does anyone know which tables I can retrieve data to print a simple trial balance? Am I missing these tables as well?...
nivlaceel3763
Offline Send Email
Aug 27, 2003
3:29 pm
225
I saw a message about bill payments needing to be retrieved from both the tables check and billpaymentlinkedtxn, I'm using the r/w version of the 2003 driver...
nivlaceel3763
Offline Send Email
Aug 27, 2003
3:30 pm
226
Is there any way I can store barcodes in the ItemInventory table using QODBC or do I have to create a separate SQL table and relate it to the ItemInventory...
aabmoore
Offline Send Email
Aug 28, 2003
1:58 pm
227
This is best served by using the sp_report sql statement. QODBC provides direct access to 95% of the report data that exists in Quickbooks i.e. Profit & Loss,...
cpv_txbs
Offline Send Email
Aug 28, 2003
2:33 pm
Messages 198 - 227 of 1354   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help