I have 2 combo boxes, cboJobTitle and cboJobLevel, which come from 2 seperate table.
Then, I have an unbound textbox, txtWage. I want txtWage to have value from the combination selection of job title and job level.
I have Wage table which has salary of all job title and level.
For example, if System Analyst and Level 2 is selected in the combo boxes. The value in txtWage should be the salary of System Analyst Level 2 in the Wage table.
Can anyone help?
Then, I have an unbound textbox, txtWage. I want txtWage to have value from the combination selection of job title and job level.
I have Wage table which has salary of all job title and level.
For example, if System Analyst and Level 2 is selected in the combo boxes. The value in txtWage should be the salary of System Analyst Level 2 in the Wage table.
Can anyone help?