Field Validation
Many controls used in data entry windows have rules that limit what can be entered into them:
-
Some controls are required, meaning that you cannot leave the field blank.
-
Others require that you select a value present in another file (usually accompanied by a field lookup button).
-
Still others limit you to a range of values (numbers or dates) such as in Spin Controls. The Tool Tip for each control will alert you as to what is required.
Important Note: You will not be able to save a record if any fields in the window are not validated. If you press [OK] to save, the cursor will jump to the first field with invalid data.
This button activates a [tooltip slug="browse-box"]browse box[/tooltip]. It is always placed directly to the right of an entry field and allows you to select a value for the entry field from the browse box. The browse box usually has all the same functions as if you had selected it from the main menu, so you can add, edit or delete records in the browse without leaving your original task.
Pressing <F6> on your keyboard when you are in a field with a lookup button works the same as pressing the Field Lookup button itself!