W
Will
Hello all,
In a database I'm working on, there is table called "Contract Type".
The details are as follows:
tbl_ContractType
------------------------
ContactTypeID (key)
Contract Type (text) <-- a unique type of contact, i.e. "2 weeks full
color", "6 months email"
Print or Internet (lookup from tbl_PrintInternet)
The Print or Internet table referrened there looks like this:
tbl_PrintInternet
-------------------------
PrintInternetID (key)
Print or Internet (text)
So each contact type in tbl_ContractType has to either be a Print
contract or an Internet contract (these are advertising contracts).
When creating a form based on the tbl_ContractType table, the Print or
Internet field displays the numerical value (PrintInternetID) and not
the text value (Print or Internet).
This is just a single very simple example of where I'm having this
issue, I have other tables that have many more referrences to other
tables, they all behave the same in their associated forms.
What is the best way to have the forms, which will be used for data
review and data entry, show the text values instead of the associated
key values?
Thanks in advance.
In a database I'm working on, there is table called "Contract Type".
The details are as follows:
tbl_ContractType
------------------------
ContactTypeID (key)
Contract Type (text) <-- a unique type of contact, i.e. "2 weeks full
color", "6 months email"
Print or Internet (lookup from tbl_PrintInternet)
The Print or Internet table referrened there looks like this:
tbl_PrintInternet
-------------------------
PrintInternetID (key)
Print or Internet (text)
So each contact type in tbl_ContractType has to either be a Print
contract or an Internet contract (these are advertising contracts).
When creating a form based on the tbl_ContractType table, the Print or
Internet field displays the numerical value (PrintInternetID) and not
the text value (Print or Internet).
This is just a single very simple example of where I'm having this
issue, I have other tables that have many more referrences to other
tables, they all behave the same in their associated forms.
What is the best way to have the forms, which will be used for data
review and data entry, show the text values instead of the associated
key values?
Thanks in advance.