Good day.
The idea is this. Someone fills out a form, to request a certificate/license and by the end, they are automatically assigned a certificate #.
I have two tables, one "Recipient" where the form exists, and another table that will have uploaded certificate numbers provided by someone else.
I have the two tables linked so that when that record is generated by the form, it will automatically pull from the second table, the certificate table, a certificate number.
As each form is received, a certificate number is applied, not generated, as they are 'hard' coded in the second table :).
Does that make sense?