The purpose of a database is to store information; the place where data is stored is called a table. A table consists of rows and columns. A row, also called a record, contains information about each item you are tracking in the table. A column, also known as a field, stores each characteristic you are tracking in the table.
When creating a form, Web Databases automatically creates a table utilizing the fields created in the form. Tables automatically created by Web Databases from a form begin with FT_ in their names. Once the form is created, access the new table by clicking on the tables link.
Here is an example of the steps needed to create a form:
- Select Forms from the primary toolbar.
- Select New from the secondary toolbar.
- Fill-in the Table name: Contact
- Fill-in the Description: Product Champion
- Skip the Data Source.
- Select the ‘2-pane’ Layout.
- Click Submit.
- This will bring you to the Form Designer window.
- Expanding the selections in Tools menu (on left), build fields that reside in that tables and fill-in boxes on the form.
- Let’s expand the text fields, select the Single Line option and drag and drop to the first column on the form.
- Fill in the Label to appear on the form.
- Fill-in the Field Name as it will appear in the DataStore table.
- Expand the Options dropdown to mark the field as required.
- Click Save.
- Repeat these steps to build a form. Once the form is complete, click Save.
- To exit the Form Designer form, click the 'X' in the top right corner to close the Form Deisgner window.
- Access the table by clicking on the tables link.