try creating a button on a form.<br>in the OnClick Property of the button, go into the Code Builder and put this code with modifications to fit your application:<br><b><br>DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "YourTableName", "FirstSpreadsheetName"<br>DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "YourTableName", "SecondSpreadsheetName"<br></b><br><br>you can do as many as you want (i believe), just make sure you put the path and file name of each spreadsheet in the expression, and the Access table name in. i haven't tested this, but it should work for you. <p>Brian Famous<br><a href=mailto:bfamous@ncdoi.net>bfamous@ncdoi.net</a><br><a href= > </a><br>