I have a simple DB with two tables:
tblContact (names, addresses, etc)
tblOrgs, (name of orgs contacts belong to)
Each contact has a primary org and a secondary org. The tables are linked so that when a contact is entered into tblContact, a pri & sec org is assigned via the key field (OrgID) in tblOrgs.
The problem I'm having is that when I create a report that lists all contacts, the primary & secondary organization fields contain the OrgID (from tblOrgs) instead of the actual organization name.
How can I get the report to display the org name instead of the OrgID number, even though the field itself contains the OrgID number?
Or is there a better way to link the org names to the contact records than putting the OrgID number in the corresponding tblContact field?
If I haven't explained this very well, please let me know. If you can help, thank you very much.
KerryL
tblContact (names, addresses, etc)
tblOrgs, (name of orgs contacts belong to)
Each contact has a primary org and a secondary org. The tables are linked so that when a contact is entered into tblContact, a pri & sec org is assigned via the key field (OrgID) in tblOrgs.
The problem I'm having is that when I create a report that lists all contacts, the primary & secondary organization fields contain the OrgID (from tblOrgs) instead of the actual organization name.
How can I get the report to display the org name instead of the OrgID number, even though the field itself contains the OrgID number?
Or is there a better way to link the org names to the contact records than putting the OrgID number in the corresponding tblContact field?
If I haven't explained this very well, please let me know. If you can help, thank you very much.
KerryL