|
What is a Field?
Field is a place where data is entered in a form. The following are different types of fields:
| ◆ | Small Text Box : 0 to 150 characters can be entered. |
| ◆ | Big Text Box : 0 to 1000 characters can be entered. |
| ◆ | Check Box : Can check and uncheck. |
| ◆ | Integer : Only numerical characters can be entered. |
| ◆ | Decimal : Decimal values can be entered. |
| ◆ | Date : Only date can be entered. |
| ◆ | Date & Time : Date & Time can be entered. |
| ◆ | Fixed List : Only one item can be selected from the available list items. |
| ◆ | Open List : Only one item can be selected from the available list items and new items can be added in the list. |

|