To create the details transaction form, follow these steps:
- Choose to add a new item to the project.
- Select User Interface from the left-hand pane and Form from the right-hand pane.
- Name the form as per the table's name; in this case, ConVMSVehicleServiceTable.
- Drag the ConVMSVehicleServiceTable table from the project onto the Data Sources node of the form designer.
- Select the ConVMSVehicleServiceTable data source and set the Insert If Empty and Insert At End properties to No.
- Drag the ConVMSVehicleServiceLine table to the Data Sources node and set Insert If Empty to No.
- Select the ConVMSVehicleServiceLine data source and set the Join Source property to ConVMSVehicleServiceTable.