Microsoft Access database contains different objects. The objects are tables, forms, queries, reports, macros and modules. The least you need to create a database is a table. Tables hold all information you enter into your database. It is a kind of a container for your data. Each table will have columns with certain names like first name, last name, address, etc. Each table will also have a certain amount of rows. You might also have several tables in your database, depending on the amount of in...