I have a a statement as follows:
- sSQL = "SELECT * FROM QueryCases WHERE Weekday(QueryCases.StartDate) = 1 OR Weekday(QueryCases.StartDate) = 7 ORDER BY QueryCases.StartDate;"
I would like to add an "AND" criteria of "WHERE QueryCases.Completed = False"
How do i combine the two?