B
Billiam
I stored the ID of a lookup table for Salutation as a foreign key in my
People table. I did the same thing with a suffix lookup table.
I am trying to produce a concatenated Salutation Firstname MidName Lastname
Suffix based on my people table, however, it will only show the stored ID
Number.
Could someone show me the proper way to query this. I have setup
relationships from the Suffix and Salutation tables to the foreign keys in
the People table, and I was able to get the salutation to display as
text...when I look at the sql view, it seems to me that my problem is that
the query is only doing an innerjoin on the salutation ID...as soon as I add
in the suffix table, I end up with an empty query.
Thank you for any help...I have always been unsure how to reconvert the ID
to the text.
Billiam
People table. I did the same thing with a suffix lookup table.
I am trying to produce a concatenated Salutation Firstname MidName Lastname
Suffix based on my people table, however, it will only show the stored ID
Number.
Could someone show me the proper way to query this. I have setup
relationships from the Suffix and Salutation tables to the foreign keys in
the People table, and I was able to get the salutation to display as
text...when I look at the sql view, it seems to me that my problem is that
the query is only doing an innerjoin on the salutation ID...as soon as I add
in the suffix table, I end up with an empty query.
Thank you for any help...I have always been unsure how to reconvert the ID
to the text.
Billiam