peskywinnets
Registered User.
- Local time
- Today, 20:57
- Joined
- Feb 4, 2014
- Messages
- 582
I've a third party app that can run a access query & use the corresponding data (a data export).
This app can only run one query .....but I really need those records to be marked as also having been exported, so now to the stupid question.....
Is it possible to configure a single access query or use a query in a way that will both provide the data 'selected' & update that same data (with for example say a 'yes' in a field called 'Exported)'.
Or will I need to go to the 3rd party app developer and ask for functionality to run an access macro instead? (which could then run a select query, followed be an update query)
P.S. not sure if it helps or hinders, but here's the 3rd party app's related info on how it can run an access query.....
http://blog.baystateconsulting.com/...uickbooks-using-transaction-pro-importer-5-0/
with their explanation of their command line parameters here...
http://bscdownload.com/downloads/Command_Line_Parameters.htm
EDIT....or thinking this through a little more, can I get access with a trigger to run a query to run *after* another specified query has run .....therefore the third party app calls the select query, then something within access 'monitors' this & then immediately kicks in with an update query autonomously?
This app can only run one query .....but I really need those records to be marked as also having been exported, so now to the stupid question.....
Is it possible to configure a single access query or use a query in a way that will both provide the data 'selected' & update that same data (with for example say a 'yes' in a field called 'Exported)'.
Or will I need to go to the 3rd party app developer and ask for functionality to run an access macro instead? (which could then run a select query, followed be an update query)
P.S. not sure if it helps or hinders, but here's the 3rd party app's related info on how it can run an access query.....
http://blog.baystateconsulting.com/...uickbooks-using-transaction-pro-importer-5-0/
with their explanation of their command line parameters here...
http://bscdownload.com/downloads/Command_Line_Parameters.htm
EDIT....or thinking this through a little more, can I get access with a trigger to run a query to run *after* another specified query has run .....therefore the third party app calls the select query, then something within access 'monitors' this & then immediately kicks in with an update query autonomously?
Last edited: