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 Customers table.
The problem is that the automation is overwriting the previous VIN when a new one is added for the same Customer.

Please help me make it WORK!
Thanks,
dg










