Rutlandict,
Here are my thoughts.
First, I'm assuming that the fields in all your Excel files are the same (same field names and same number of columns).
Setup Your Table in MS Access:
Step through the Import Wizard to import your first Excel file. Import the Excel file to a "new" table. Select the option to "Let Access add primary key". You can name your new table or let Access use the Excel Sheet name (this is the default).
Once you have successfully imported the first Excel file, you should have a table with an ID field which is an auto-number primary key. You can go to the Design view of the table and rename the ID field to SalesID. Now you should be looking at a table that looks like what you had in mind.
Import Your Excel Files:
Next, import the other Excel files. Import them using the Import Wizard as you did for the first file, but select store data "In an Existing Table" and select your table. If all the fields names in the Excel file match existing fields in your table, then you should have no problems completing the import of the file. After the import, open the table and you should see all the new data with a unique SalesID.
Please let me know if this helps.
Mike