I am having a problem with the search function, I found and fixed an error in the number in T_Topics and the actual number of replies in the reply table. There is still a gremlin in there somewhere which I need to find. My question is, in Search.asp the SQL wildcard is % but that will not work on an Access database, it wants *. How does that work in the program? I substituted all the % for * in the SQL and ran that as a query locally which returned data as expected but then it doesn't return any data when running on the website. Nick
The search facility has just started working again, I don't think I really did anything which doesn't make me feel comfortable but I am still interested in the wildcard issue. Nick
The forum uses ADO to talk to the database which uses % as the wildcard symbol, so there is no need to change it as it will work against access databases
Thank you HuwR I suspected that it would be something like that but I couldn't find anything written down about it and it puzzled the heck out of me when running the SQL as a query didn't work. I learn something every day. Great software, thank you guys for all your hard work Nick