Is it possible to create unique records in a form with multiple dropdown fields?
I have created a form which includes 3 dropdown fields. This form allows me to enter the selection combinations of these dropdown fields more than one time into it. I'm trying to create unique values (combinations) on this form which will then be used as a subform and each unique value (combination) will be assigned to multiple records on the main form.
How can I achieve this task?