Hi,
I'm currently trying to transfer a query from on database (this contains the daily bank transactions so changes on a daily basis ), to a table within a seperate database so that I have a list of historical data.
I'm currently using this code;
DoCmd.TransferDatabase acExport, "Microsoft Access", treasuryreportpath, acQuery, "standard_feeder", "Tbl_BankStatement"
The results this gives is a query, within the directory 'treasuryreportpath' with the name of "Tbl_BankStatement". Can I alter this so it imports the query data into a table - with the end result being a table which is continually being updated with the bank statement data?
Many Thanks
Tom
I'm currently trying to transfer a query from on database (this contains the daily bank transactions so changes on a daily basis ), to a table within a seperate database so that I have a list of historical data.
I'm currently using this code;
DoCmd.TransferDatabase acExport, "Microsoft Access", treasuryreportpath, acQuery, "standard_feeder", "Tbl_BankStatement"
The results this gives is a query, within the directory 'treasuryreportpath' with the name of "Tbl_BankStatement". Can I alter this so it imports the query data into a table - with the end result being a table which is continually being updated with the bank statement data?
Many Thanks
Tom