I have read that many of you don't recommend lookup values in tables, instead making it by using relationships between tables.
I have:
tblTransactions: DAY, ID_COMPANY, TRANSACTION
tlkpCompanies: ID_COMPANY, COMPANY_NAME
I just don't get how to make the combobox in the form so as to Have
"Day: [DAY], Company: [ID_COMPANY]" where Company is a combobox. How do I make Company combobox display the name of the companies and not the IDs, and store IDs not the name of companies.
I have:
tblTransactions: DAY, ID_COMPANY, TRANSACTION
tlkpCompanies: ID_COMPANY, COMPANY_NAME
I just don't get how to make the combobox in the form so as to Have
"Day: [DAY], Company: [ID_COMPANY]" where Company is a combobox. How do I make Company combobox display the name of the companies and not the IDs, and store IDs not the name of companies.
