Link to home
Start Free TrialLog in
Avatar of Deb Jackson
Deb Jackson

asked on

QB data to MS Access - Update Query and add run increment

Write SQL or VB in MS Access to do the following:

1) Populate updated (new Sales Orders) QB order data (specific field names already identified) to existing table based on Greater than newest Timestamp of previous data load. Original SQL Query attached, cannot construct the Update Query to success.

2) Automate the Update Query to run incrementally every 5 minutes

3) Run Update Query when QB is closed.  Currently QB must be open.

All this is one way between MS Access database and QODBC.

I have attached a sample of the output data from QB as well as the Append script to populate the Master Table.  We cannot overwrite this data, only add to it. The processes within the MS Access program will do the data cleanup.
Master-Data-Query-from-QB.docx
Sample-Layout-of-Master-Data.xlsx
ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Deb Jackson
Deb Jackson

ASKER

I agree Scott. I just can't find the functionality to open a gig. I did open a project for people to take a look at it. I'm new to this site and it is clearly not intuitive for a rookie/novice. I'm a program manager not a coder but at this moment I am fixing an application because the developer is no longer available.  I definitely need help to execute the code for these three functions.