I have an active form MenuF on the screen. The form has a combox cboCluster. Is it possible to check what value actually returning from the combobox? Becasue I have following criterion in a query:
[forms]![MenuF]![cboCluster]
and the query doesn't return what I ecpected. I believe I misinterpret what value actually coming from the combobox.
In VBA Excel it's possible to use Debug.Print or a MsgBox. I don't know how to do that in Access.