G
Guest
I have a table that lists sales goals for multiple employees, and it's called
"Goals". Some employees therein are commercial bankers, some are retail
managers, and others are assistant retail managers. I'd like to build a form
for data entry of the sales goals. I want a list box on that form for the
employee types (commercial banker, retail manager, assistant retail manager).
When a user selects an employee type, I want to show/hide fields on the form
based on the values in a second table, "jobTitles". The jobTitles table lists
only the employee types, and has fields identical to the fields in the table
Goals. However, the values in these fields are all true/false, yes/no, or
0/1. These values will indicate whether a field should be visible on the data
entry form.
Am I making sense, and can this be done? If so, how? Pseudocode would be
appreciated.
Many thanks,
GwenH, CIW, CWP, Master MOS
Some of my best leading men have been dogs and horses ~ Elizabeth Taylor
"Goals". Some employees therein are commercial bankers, some are retail
managers, and others are assistant retail managers. I'd like to build a form
for data entry of the sales goals. I want a list box on that form for the
employee types (commercial banker, retail manager, assistant retail manager).
When a user selects an employee type, I want to show/hide fields on the form
based on the values in a second table, "jobTitles". The jobTitles table lists
only the employee types, and has fields identical to the fields in the table
Goals. However, the values in these fields are all true/false, yes/no, or
0/1. These values will indicate whether a field should be visible on the data
entry form.
Am I making sense, and can this be done? If so, how? Pseudocode would be
appreciated.
Many thanks,
GwenH, CIW, CWP, Master MOS
Some of my best leading men have been dogs and horses ~ Elizabeth Taylor