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 : inserting data into check tableSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v9 Forum

 New Topic 
 
 Post Reply 
[1]  
 inserting data into check table 
 Author   Message 
  Steve 
  
 Group: Members 
 Posts: 1 
 Joined: 2008-10-23 
 Profile
 Posted : 2008-10-23 12:07:34

i am tyring to insert data into the check table and am getting a "qodbc not supported" error.  I am looping through an access table and grabbing the necessary info to insert into the check table ... here are the fields I am trying to insert:  I am doing a similar thing to populate the vendor table with no error.  thanks for any input

rdsQuickS8.Fields("AccountRefListID").Value = "25000-1177433363"

rdsQuickS8.Fields("AccountRefFullName").Value = "Bank of America - Section 8"

rdsQuickS8.Fields("PayeeEntityRefListID").Value = "800000CB-1224718952"

rdsQuickS8.Fields("PayeeEntityRefFullName").Value = rdsTemp.Fields("Name").Value

rdsQuickS8.Fields("RefNumber").Value = "1215"

rdsQuickS8.Fields("TxnDate").Value = Today

rdsQuickS8.Fields("Amount").Value = 99.0

rdsQuickS8.Fields("Memo").Value = rdsChecks.Fields("sMemo").Value

rdsQuickS8.Fields("AddressAddr1").Value = rdsTemp.Fields("Name").Value

rdsQuickS8.Fields("AddressAddr2").Value = rdsChecks.Fields("sStreet").Value

rdsQuickS8.Fields("AddressCity").Value = rdsChecks.Fields("sCity").Value

rdsQuickS8.Fields("AddressState").Value = rdsChecks.Fields("sState").Value

rdsQuickS8.Fields("AddressPostalCode").Value = rdsChecks.Fields("sZip").Value

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-10-23 13:15:48
See: How can I apply check payments or credits to bills?  

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to