Search results

  1. M

    Import xls with command button

    No, this is a wrapper for standard Windows API calls, and you do not want to mess with it. Your two options, as I see it, are to use the TransferDatabase method to import your data from Excel, or to use the code you already have to import the data into the big table, and then use DAO to modify...
Back
Top Bottom