After creating database, you needs to store your data and for this you needs to use Tables. A table is well organized structures that hold information. It consists of fields of information into which you enter the “records” of the table. A filed is a single column within a table, consisting of one category of information. Record is an organized collection of related fields that describe a single item, contained in a row within a table.
As other databse objects depends so heavily on tables, you should always start your design of a database by creating all if its table and then by creating any other object. Before approaching towards table creation, carefully consider your requirements and determine all the tables that you require.
Well there are mainly two ways to view a table in access to add data to the table: Design View And Datasheet View.
In design view you can view all the fields along with their data types and descriptions. The records of information added to the database are not viewable. Whereas, in Datasheet view you can display the records in a table where one row means one record. The column headers are the fields you have defined for the database. Here in this section we learn how to create tables in Access 2016. So, let’s start creating table in datasheet view.
When you create a new table, access will automatically adds a new field named with ID and AutoNumber data type. So you can rename it as if you want.
To do this make a right click in the field and select Rename Field. Access will highlight the field name for you to rename it. Enter a new name as required.