SQL = "Select id,url,namn,order,topic,info from forums where topic = " & RS("ID") & " order by [Order]"
SQL = "select topic_id,senast_svar,senast_Datum from topics where forum_id = " & topic_id & " order by senast_datum DESC"
SQL = "SELECT count(*) AS Count_inlagg FROM topics WHERE forum_id=" & topic_id
SQL = "SELECT count(*) AS Count_inlagg2 FROM answers WHERE topic_id=" & RS2("id")
Skulle gärna villja ha allt på en SQL sats.. om detta är ens möjligt...