I have the query
SELECT [Forms]![frmDataEntry]![Combo3];
I also have a form called frmDataEntry with a combo box called combo3 on it. The combo box has multiple values, and one is selected when I run the query. I used the macro expression builder to open the query when a button is pressed.
Similar/the same sql was working last night, from the same combo box. I have tried doing the some thing with different forms and controls, yet nothing returns a result. I also tried making a new query and putting in the sql again.