D
Dee
I have the following in a text box above a tab control:
=IIf(IsNull([LastName]),"",[Title] & " " & [FirstName] & " " & [LastName] &
", " & [Company])
This lets me see the name and company of the record on both tabs. However,
the title shows as 1 2 or 3. The title comes from a lookup table and it
giving me the number instead of the actual title. Is there a way to have the
title show up rather than the number. I am using Access 2003
Thanks in advance for your help.
Best regards,
Dee
=IIf(IsNull([LastName]),"",[Title] & " " & [FirstName] & " " & [LastName] &
", " & [Company])
This lets me see the name and company of the record on both tabs. However,
the title shows as 1 2 or 3. The title comes from a lookup table and it
giving me the number instead of the actual title. Is there a way to have the
title show up rather than the number. I am using Access 2003
Thanks in advance for your help.
Best regards,
Dee