To give an example of an edit method, we will create a new field in the CarTable to
hold the mileage of the car and have an edit method in RentalTable that enables the
users to be in the RentalTable form and still edit the field in CarTable.
We'll create an extended data type of type integer for the new field and call it
Mileage. Then we'll add the field to the CarTable