A form is nothing more than a graphical representation of a table.
You can add, update, delete records in your table by using a form. NOTE:
Although a form can be named different from a table, they both still
manipulate the same information and the same exact data. Hence, if you
change a record in a form, it will be changed in the table also.
A form is very good to use when you have numerous fields in a table.
This way you can see all the fields in one screen, whereas if you were
in the table view (datasheet) you would have to keep scrolling to get
the field you desire.
It is a very good idea to create a form using the wizard, unless you are an advanced user and know what you are doing. Microsoft Access does a very good job of creating a form using the wizard. The following steps are needed to create a basic form: