To create the parameter form, follow these steps:
- Drag the ConWHSVehicleParameters table from the project onto the Data Sources node in the top-left pane of form designer.
- Name the form as per the table's name; in this case, ConWHSVehicleParameters.
- Select User Interface from the left-hand pane and Form from the right-hand pane.
- Choose to add a new item to the project.
- Data sources provide additional options of how this table should behave on this form. We don't want the user to be able to delete and create records, so change the following properties to No:
- Allow Create
- Allow Delete
- Insert At End
- Insert If Empty
- The form designer is broken into three areas: The Form pane, Design pane, and Preview/Pattern conformance ...