SaturnBiomed
IS-IT--Management
The company I work for uses Simply Accounting Pro 2005 and I am building an MS Access database to supplement it.
Presently, to get the data into Access, I am first using Microsoft Query to get the tables into Excel, then I am linking the table to Access.
I am now working on the VB code to make the data refresh/updates happen automatically, or at the click of a button. I am a novice VB user so any help or guidance would be a real help.
I have gotten VB to refresh the data in Excel and that works great. But in using "DoCmd.TransferSpreadsheet acLink" it creates a new copy of the tables each time rather than updating the link. Can anyone tell me the command(s) to just update the link other than using the linked table manager?
My second/alternative question is... Is it possible to link directly from Simply Acc. into Access and skip the Excel stage? I have tried "DoCmd.Transferdatabase acLink..." but it doesn't recognize the format. I have looked everywhere online but I can't seem to find anyone who is doing this successfully. (Although many are trying.)
Any help would be appreciated.
Presently, to get the data into Access, I am first using Microsoft Query to get the tables into Excel, then I am linking the table to Access.
I am now working on the VB code to make the data refresh/updates happen automatically, or at the click of a button. I am a novice VB user so any help or guidance would be a real help.
I have gotten VB to refresh the data in Excel and that works great. But in using "DoCmd.TransferSpreadsheet acLink" it creates a new copy of the tables each time rather than updating the link. Can anyone tell me the command(s) to just update the link other than using the linked table manager?
My second/alternative question is... Is it possible to link directly from Simply Acc. into Access and skip the Excel stage? I have tried "DoCmd.Transferdatabase acLink..." but it doesn't recognize the format. I have looked everywhere online but I can't seem to find anyone who is doing this successfully. (Although many are trying.)
Any help would be appreciated.