You can create a macro in Access to do this (select the Macros tab which is right beside the Reports tab). Under the "Action" column you would select TransferSpreadsheet. You then need to fill in the arguments at the bottom of the window. They are:
Transfer Type = Import
Spreadsheet Type = Microsoft Excel 97
Table Name = "The name of the table you are importing in to"
File Name = Full path and file name of the spreadsheet
Has Field Names = Yes or No depending if your spreadsheet has field names
Range = Name of the range in the spreadsheet you are importing. Leave this blank if you want to import the entire spreadsheet.
Regards,
Barrie
Thanks Barrie, Didn't think about doing it from that direction. Worked great. Much appreicated.