First, we'll customize that blank table. Then we'll create a new one.
Customize the Blank Table
First, we're going to add a field to the existing table. Then we'll rename the existing field..
Create a New Table
Now we'll create a new table. This one will contain information on the albums that the artists release, so we'll call it Albums.
Set up the Fields
Now add 4 fields and rename the first. Set them up as follows:
Field Name
Data Type
AlbumId
(Leave it as is)
AlbumName
Short Text
ReleaseDate
Date & Time
ArtistId
Number
GenreId
Number
You can also add fields to a table by entering data directly into the cell (underneath Click to Add). Access will guess the data type based on your input.
If you use this method, be sure to check the data types that Access has assigned to each field. You will need to ensure the data type won't prevent users from entering valid data.