I have 3rd party application that uses a access database to keep track of "daily work". I can link to the tables in this aplications database and would like to append the information in the linked tables to my SQL tables as the aplication adds records to its tables.
So...
For each new record added to TblAccess then append that record to TblSQL.
Without user intervention (no buttons to push, forms to fill out)
Any suggestions?
Thanks in advance
So...
For each new record added to TblAccess then append that record to TblSQL.
Without user intervention (no buttons to push, forms to fill out)
Any suggestions?
Thanks in advance