I am running into an order by problem. I have the following select statement:
fp_sQry = "SELECT * FROM tblCMPS WHERE techID = '" & techid & "' AND year(rptMonth)=" & tYear
It works fine, except that there are two tabs on the webpage, one for 1999 and 2000, the 1999 orders by month just fine, but the 2000 data does not. any ideas on how to fix this??
fp_sQry = "SELECT * FROM tblCMPS WHERE techID = '" & techid & "' AND year(rptMonth)=" & tYear
It works fine, except that there are two tabs on the webpage, one for 1999 and 2000, the 1999 orders by month just fine, but the 2000 data does not. any ideas on how to fix this??