Hello all,
So I have base with 2 tables, table1 = Customers & table2 = Vehicles.
1 Customer can have MANY Vehicles, but 1 Vehicle can belong to only 1 Customer.
When a Vehicle is added to the base, it adds the VIN (unique id) of the vehicle to the Cu...