comeon...
look the sql query that he tries to open
maybe the problem is there.
i dont have a clue whts wrong in this query but maybe someone..
here it is
SELECT tblForum.Forum_name, tblForum.Password, tblForum.Forum_code, tblForum.[Read], tblTopic.* FROM tblCategory, tblForum, tblTopic WHERE ((tblCategory.Cat_ID = tblForum.Cat_ID AND tblForum.Forum_ID = tblTopic.Forum_ID) AND (tblForum.Read = True) AND (tblTopic.Last_entry_date > Now() - 28)) ORDER BY tblCategory.Cat_order ASC, tblForum.Forum_Order ASC, tblTopic.Last_entry_date DESC
thanks again..