I am very new to Access. I need to include Calendar Month (ie, 201710, 201711) as part of a key in a table. There will be two key fields (Calendar Month + State) that make up the key for this table. The rates will change each month and that is why Calendar Month needs to be part of the key.
Table Examples Format
Calendar Month 201710, 201711 Text or Number
State OH, KY Text
Rate 1.00, 1.32 Currency
Questions
1. Should I make Calendar Month a text or numeric field. The Calendar Month will be used to link to data in another table
2. Is it required to add an "Id" (Autonumber) field
Thanks.