I am attempting to sue an SQL statement to filter a query. I am using this statement:
strSQL = "SELECT * FROM qryGroup WHERE Left([TxGroup],3) = " & strGroup & " AND ActiveInGroup = True" & ORDER BY [SSAN];
Everything works until I try to use the "Order By" criteria (this is where I get a...