select count
Hvad gør jeg galt her?strSQL = "SELECT COUNT(ha_skema.navn, ha_skema.skema, ha.navn, ha.afd)AS vol FROM ha_skema RIGHT JOIN ha ON ha_skema.navn=ha.navn where ha_skema.skema='"&skema&"' and ha.afd='" & replace(Request.Querystring("k"), "VL", "V&L") & "';"
rs.open strSQL, conn, 1
ha_svar = cint(rs("vol"))
rs.close