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 : Entering Customers Through ODBC DriverSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Entering Customers Through ODBC Driver 
 Author   Message 
  Zardoz 
  
 Group: Members 
 Posts: 4 
 Joined: 2006-08-08 
 Profile
 Posted : 2006-08-11 03:16:28

I would like to directly add customers to quickbooks and have qb automatically assign them a refID number. Is this possiblre and what do I need to map from a query?

 

Phares

 

 

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

The ListID is automatically assigned by QuickBooks. You cannot insert this column and a number of other columns in the Customer table. Adding customers can even be done in a Form created using the Form Wizard:

Just click on the [>*] button and add them!

You can use the SP_COLUMNS tablename stored procedure command in VB Demo to get the EXACT table schema rules for the QuickBooks Company file you have open. The last few columns have Queryable, Updateable, Insertable, Required_On_Insert and the format ie:-

sp_columns TableName

See also: How do I add customers? 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to