Hmm, får följande felmeddelande:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '* from inlagg,svar where inlagg.id=22 and svar.tid=inlagg.id or
raden det blir fel på ser ut såhär:
sql = "select *,* from inlagg,svar where inlagg.id="&id&" and svar.tid=inlagg.id order by inlagg.id,svar.id"
fungerade perfekt när jag körde access, men icke nu när jag bytt till mysql...