A form is a graphical interface of a table. You can add, update, delete records in your table by using a form and ensure data is protected from accidents.
Forms are recommended when there are numerous fields in a table. All fields are displayed one screen, unlike in the table view (datasheet) you would have to scroll to get the field you desire.
NOTE: Although a form can be named different from a table, they both still manipulate the same information and the same exact data. If you change a record in a form, it will be changed in the table also. |