Hello,
My situation is the following:
I have 2 forms (Form A and B). Form A contains a combo box, and a command button that opens form B.
Question:
What VBA code should I use for the command button in order to fill 1 field from form B with the selection from the combo box in form A?
I know what to do when I remain within 1 form, but it's the first time I'm trying this with 2 forms. Probably very simple, but I can't find the solution.
Thanks in advance for any help
Kenneth