A form is a database object that is primarily used to enter new records. It is also used to display data in a database or to edit existing records easily.
- The form is backed by the table, i.e. table will hold the data entered from the form.
The advantages of form:
- It is used to add data directly into the table.
- It is used to make modification of data.
- It is used to view the table in user defined manner.
- Form can be created in different ways:
- Creating form using design view
- Creating form using auto form
- Creating form using form wizard
- Creating form using design view.
- Creating form using auto form.
- Creating form using form wizard.