I have an Accesstable called "download receipts" and want to update this daily with data from an Excelfile, called "new_receipts.xls".
The path to the Excelfile is C:\data\admin\customs
I want to import new records from the Excelfile to the Accesstable, leaving out duplicate records. The unique key of the Accesstable is "do_inslnr".
The importing should be run by clicking a button in a form called "update".
Can someone help me making a module for this and give info on the commandlines the button should have?
Thanks
The path to the Excelfile is C:\data\admin\customs
I want to import new records from the Excelfile to the Accesstable, leaving out duplicate records. The unique key of the Accesstable is "do_inslnr".
The importing should be run by clicking a button in a form called "update".
Can someone help me making a module for this and give info on the commandlines the button should have?
Thanks