S
Sunflower
I am not even sure if this is possible, but here goes…
I have a main form named frmWORKORDER, |
which has a combo box selecting Department from tblDEPTS
The main form has a subform named subfrmAPPROVALS,
which has a combo box selecting Names from tblCONTACTS
What I need is…
If a certain Department “Marketing, Special Events” is selected in
Department combo box on the main form , to have 5 specific names
automatically selected in the subform , Name combo Box with an ability
to select more if needed,
as well as, if “Marketing, Special Events” is not selected in
Department combo box on the main form, to have 3 specific names
automatically selected in the subform, Name combo Box with an ability
to select more if needed.
I am somewhat of a newbie so coding is not my strong suit.
Any and all help is greatly appreciated.
I have a main form named frmWORKORDER, |
which has a combo box selecting Department from tblDEPTS
The main form has a subform named subfrmAPPROVALS,
which has a combo box selecting Names from tblCONTACTS
What I need is…
If a certain Department “Marketing, Special Events” is selected in
Department combo box on the main form , to have 5 specific names
automatically selected in the subform , Name combo Box with an ability
to select more if needed,
as well as, if “Marketing, Special Events” is not selected in
Department combo box on the main form, to have 3 specific names
automatically selected in the subform, Name combo Box with an ability
to select more if needed.
I am somewhat of a newbie so coding is not my strong suit.
Any and all help is greatly appreciated.