Lefemmenikita
Board Regular
- Joined
- Jan 28, 2014
- Messages
- 59
- Office Version
- 2013
- Platform
- Windows
Hi. The question is around a VBA userform:
- there are 5 (or more) comboboxes
- Combobox 1: Employee Name
- Combobox 2:Employee code: Populated based on lookup of value selected in combo box 1(i.e. employee code is tied to employee name and is a unique identifier)
- Combo box 3: Department: Dependent on combo box 1. i.e. each employee can select a department depending on how many depts are assigned to them
- Combo box 4: Travel reason': list of values which can be selected from. If 'other' is selected, this creates a free text field
- Combo box 5: General ledger code: dependent on combo box 3 & 4. i.e. this is based on a lookup of department & travel reason
I have saved a copy of what the raw data might look like here:
https://1drv.ms/x/s!AnDRSxsPRV2gomZNaNN9n1lzT6n9
Thanks
- there are 5 (or more) comboboxes
- Combobox 1: Employee Name
- Combobox 2:Employee code: Populated based on lookup of value selected in combo box 1(i.e. employee code is tied to employee name and is a unique identifier)
- Combo box 3: Department: Dependent on combo box 1. i.e. each employee can select a department depending on how many depts are assigned to them
- Combo box 4: Travel reason': list of values which can be selected from. If 'other' is selected, this creates a free text field
- Combo box 5: General ledger code: dependent on combo box 3 & 4. i.e. this is based on a lookup of department & travel reason
I have saved a copy of what the raw data might look like here:
https://1drv.ms/x/s!AnDRSxsPRV2gomZNaNN9n1lzT6n9
Thanks