I have two recordsets that I am trying to compare two lists of 5 things. So is this possible?
Note: I have this working when I don't try to use the placeholder variable.
Did I do it wrong?
Code:
If ViewPicks("# " + placeholder + " Prediction") = Forms Then
Did I do it wrong?