I've tried searching the forums for an answer but there were a lot of dead ends unfortunately.
I have a main form (data entry) which my users are able to use to add new employees. Within the main form is a subform (also data entry) which my users utilize to add the new employee's work area & training modules. Since there are various training modules that an employee is responsible for, my users essentially have to select the work area every time they add a new training module in the subform.
What I want to accomplish, upon creating a new employee, is to have the work area field in the subform autofill somehow. I tried doing that with a combobox in the main form (which I would really like to implement) but I couldn't get it to work.
VBA is new to me so please take that into consideration. Thank you for any help.
I have a main form (data entry) which my users are able to use to add new employees. Within the main form is a subform (also data entry) which my users utilize to add the new employee's work area & training modules. Since there are various training modules that an employee is responsible for, my users essentially have to select the work area every time they add a new training module in the subform.
What I want to accomplish, upon creating a new employee, is to have the work area field in the subform autofill somehow. I tried doing that with a combobox in the main form (which I would really like to implement) but I couldn't get it to work.
VBA is new to me so please take that into consideration. Thank you for any help.