Hi, I am working on a mod and for some reason I can't seem to get the Event_date to match the variable even though they "appear" to look identical. Is there something specific I need to add to my query to get 4/10/2007 in the database to match 4/10/2007 in my variable?
strsql = "SELECT "& strDbTable & "Topic.Event_date LIKE '" & strDate & "%' FROM " & strDbTable & "Topic ")
WHERE (" & strDbTable & "Topic.Event_date = " & strDate &
Is there something specifal about the colum Event_date in WebWiz that is preventing me from doing an easy variable to database value comparison?
Edited by kpdillon - 11 April 2007 at 12:59am