Good day
Can somebody please assist me I have the following query:
What I want the query to return is only the selected divisions and their results from 01/01/2014 and upwards. But with my query as above I get all the selected divisions and the date is ignored, so the query displays results from 2013 and back.Code:WHERE client_division = 'DivisionA' OR client_division = 'DivisionB' OR client_division ='DivisionC' and results_date >= #01/01/2014#;
Please help me.