Hi, so the user IDs are not unique. Citizens are filling out an application form to request assistance and there is a Federal ID field. We want to make sure that people who have submitted and been approved from the first round will not be allowed to submit a second time. The list of previous, approved Federal IDs is in a 2nd form. So when they try to submit an application form, we want it to check the 2nd form to see if the Federal ID exists in that form and if so, display an error message along the lines of You have already received funding assistance. Thanks!
Use a look up field on the application form. Make it single text field so they can’t see other federal ids inputted. Set the lookup field to get the data from the federal ID field on the second form. Mark the lookup field as unique so it can’t be used again.
That should solve your problem.
Please login or Register to submit your answer