I am wanting a checkbox marked if the person is a first time participant.
I created a query to see who has attended which works fine.
Then as the control source on my checkbox in my report I have the following:
=DLookUp("[SSN]","qselSumAcadFirstTime","[SSN] <> " & [SSN])
I am not getting any checks on my report.
I figure I missing something very simple but just can't see it.
Thanks,
Debbie
I created a query to see who has attended which works fine.
Then as the control source on my checkbox in my report I have the following:
=DLookUp("[SSN]","qselSumAcadFirstTime","[SSN] <> " & [SSN])
I am not getting any checks on my report.
I figure I missing something very simple but just can't see it.
Thanks,
Debbie