How to Create a Table in Access
Select CREATE > Table from the Ribbon toolbar.
When you first create a database Access already creates a blank table called Table1. You can use this for your first table (just rename it), then use the above step when creating subsequent tables.
How to Add New Fields
Not sure what data type to use?
You can also add new fields by adding your data directly into the field (i.e. underneath Click to Add). So, rather than click Click to Add (like in the above screenshot), simply click in the input field underneath that heading.
When you do this, Access will automatically assign a data type to that field, based on the input you provide. Access basically "guesses" the data type.
However, you should always try to understand the data type and change it if necessary. This is because, Access can only assign the data type based on what you enter. It doesn't know what data will be entered in the future.
Also, adding fields using this technique will result in field names like Field1, Field2, etc. You can change these by right-clicking (as in the previous example).
How to Change Data Type
You can change the data type by using the Data Type dropdown in the Ribbon. Make sure the FIELDS tab is selected first.
How to Rename Fields
Create/modify your table in Design view to ensure data integrity.