L
Laurel
I would like to put the following code somewhere in a report.
If <the data in the current record from tblPrimary.person_id> is null then
lblPrimary.visible = false
End if
Is this possible? Will the current event keep the label and the data for a
single record together?
How do I reference the data (the part in angle brackets)
TIA
LAS
If <the data in the current record from tblPrimary.person_id> is null then
lblPrimary.visible = false
End if
Is this possible? Will the current event keep the label and the data for a
single record together?
How do I reference the data (the part in angle brackets)
TIA
LAS