Hello all,
I am trying to link a sheet from an excel spreadsheet to my database via code.
The code looks like this:
DoCmd.TransferSpreadsheet acLink, 8, "Exports-ASN", MyLocation + "Account Status Notebook\Account Status Notebook.xls", False, "Exports!Print Area"...