However, you may need to use Forms![name of form]!combo
0
user2521720
On
Try Me.combo. That's how I got the value from my combobox. Also, as a naming convention it's good practice to use cbo as a prefix, then a descriptive label for the combobox, i.e. if it's for a date, cboDate.
combo
itself is enough.However, you may need to use
Forms![name of form]!combo