Forum Discussion
DonaldLundgren3
7 years agoQrew Member
The only value able to be placed in a unique field more than once is a null value.
You will need to make a second field that is a formula field and use an If statement to make this work. Your actual unique field will be the formula field. Something like as follows.
Field one-[VIP's]
Field two-Formula Field-If([VIP's]=null,null,[VIP's])
At this point your VIP's will copy over to your formula field if it is not null and you cant have duplicates but a null value in the formula field will still be allowed.
You will need to make a second field that is a formula field and use an If statement to make this work. Your actual unique field will be the formula field. Something like as follows.
Field one-[VIP's]
Field two-Formula Field-If([VIP's]=null,null,[VIP's])
At this point your VIP's will copy over to your formula field if it is not null and you cant have duplicates but a null value in the formula field will still be allowed.
- RobIV7 years agoQrew CadetThanks, Donald. Your solution was on point.
I hope I can help you out one day.
~Rob