In my excel workbook I have a worksheet, sheet1, that I need to send to an access table.

My excel file I am trying to send from:
worksheet : sheet1
range : column B:L (row 1 on the sheet has the exact same names as the access table. The access table's first column is ID which is the key. My worksheet doesnt have any numbers in column A currently. Do I need to have them?

Access File name : Database11.accdb
Table : Sheet1

column 1: ID
column 2: Con/NonCon (equals column B in my worksheet)
column 3: Check-In Month (equals column C in my worksheet)
column 4: CO Market (equals column D in my worksheet)
column 5: Moves Out (equals column E in my worksheet)

How can I get this excel sheet data to that access table. Thanks for help