I created a query that used to work, but now it doesn't.
In the query there is a critea section to look for the value of a combo box
this is what it looked like
=[forms]![report-Team_Performance].[Combo_Team]
It used to show all the data for anything matching the combo box
somehow (and I have no idea why) it has stopped working, however if i enter in
<>[forms]![report-Team_Performance].[Combo_Team]
....the query works the way you would expect it to... it shows all the data EXCEPT the selected field in the combo box.
how come NOT EQUALS works but my original EQUALS TO doesn't???
In the query there is a critea section to look for the value of a combo box
this is what it looked like
=[forms]![report-Team_Performance].[Combo_Team]
It used to show all the data for anything matching the combo box
somehow (and I have no idea why) it has stopped working, however if i enter in
<>[forms]![report-Team_Performance].[Combo_Team]
....the query works the way you would expect it to... it shows all the data EXCEPT the selected field in the combo box.
how come NOT EQUALS works but my original EQUALS TO doesn't???