Hello everyone ,
I created a Vehicle maintain table where i get the Vehicle Id from VehicleInformation table ,
in Information table i set index on VehicleId with parameter AllowDupplicates to No, but in Maintain table i want to be able to insert multiple records with the same VehicleId,
so the index i have here is set to AllowDupplicates Yes, but still i cannot enter multiple records with the same VehicleId ...
Some ideas to resolve this?