I need some logic guidance
I will let the “admin” creating and Db storing as many Q & A as the admin could think of
Next I will dynamically populate a form with randomly selected Q & A
But I cannot set my mind on a solution that will disallow any dupe
I rather not test for a condition one at a time for each row from the very top of the form.
The form could have up to 20 rows
Any suggestion?