G
Guest
Hi,
I have a report that has the following two fields that lookup a value in the
"Host" table:
Text16 =DLookUp("[FirstName]","Host","[Title] = 'General Chairman'")
Text17 =DLookUp("[LastName]","Host","[Title] = 'General Chairman'")
Then I mrege the two fields into one field "Full Name", and dispaly it:
Full Name = [Text16] & " " & [Text17]
I made the "Text16" and "Text17" invisible, and I have no problem previewing
the report. I was just wondering whether there was a "cleaner" way to do
that?!!
Thanks
I have a report that has the following two fields that lookup a value in the
"Host" table:
Text16 =DLookUp("[FirstName]","Host","[Title] = 'General Chairman'")
Text17 =DLookUp("[LastName]","Host","[Title] = 'General Chairman'")
Then I mrege the two fields into one field "Full Name", and dispaly it:
Full Name = [Text16] & " " & [Text17]
I made the "Text16" and "Text17" invisible, and I have no problem previewing
the report. I was just wondering whether there was a "cleaner" way to do
that?!!
Thanks