On line 388 and 389, you have 2 select statements. Comment out the second one:'## Forum_SQL ' ############## Poll Mod - 1 line #################
strSql = "SELECT " & strTablePrefix & "TOPICS.CAT_ID, " & strTablePrefix & "TOPICS.FORUM_ID, ...
'strSql = "SELECT " & strTablePrefix & "TOPICS.CAT_ID, " & strTablePrefix & "TOPICS.FORUM_ID, ...
I have shortened the sql statements to make it fit here. But add the quote in red to comment it out.