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 : write back to quickbook custom field onlySearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 write back to quickbook custom field only 
 Author   Message 
  Gunnar 
  
 Group: Members 
 Posts: 1 
 Joined: 2008-07-25 
 Profile
 Posted : 2008-07-25 23:48:31

Hi

I was hopping someone could help me write just one filed back into my inventory.  I am using Access 2007 and QB 8.  What I have tried to do is allow my receiving department pulls the part number and location out of QB and that works fine.  The problem I have is when there is no location that he needs to go to QB and enter it in then go back to access to retrieve it for the label.  My question is can I set it up so that if he put the location in access that it will update QB.  

 

Gunnar

 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-07-26 06:41:30

If the custom field is called Location, this query will show you all the parts that are missing a location:

Select Name, CustomFieldLocation from ItemInventory where CustomFieldLocation is null

You can then go trough the list and update the location in QuickBooks.

See also: How do I add a Inventory Item using QODBC? and Inserting invoice lines built from external data using MS Access  

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to