I have a subform with three combo boxes. After the user populates the boxes, they click a SAVE button. The first two combo boxes properly pass on their values. The third causes a MsgBox to popup asking ENTER PARAMETER VALUE - First (or Second or Third or Fourth depending on which value I've selected).
The third combo is populated from a simple table called tblChoice. (I originally used a value list, as there are only four choices, but I changed it to a Table thinking that was the problem. Needless to say it didn't fix the problem.) When you tab into that box you can see the four choices and select one of them. The MsgBox changes to reflect the option that's chosen.
I'm sure it's something very basic and I'm just not seeing it. TIA~
The third combo is populated from a simple table called tblChoice. (I originally used a value list, as there are only four choices, but I changed it to a Table thinking that was the problem. Needless to say it didn't fix the problem.) When you tab into that box you can see the four choices and select one of them. The MsgBox changes to reflect the option that's chosen.
I'm sure it's something very basic and I'm just not seeing it. TIA~