I edited spaces I had and now have the page displaying, but with an error appearing in the Book Level field drop-down-menu. It says: Microsoft VBScript runtime error '800a01ca'Variable uses an Automation type not supported in VBScript/elem_resources/booksearch/index.asp, line 91" and the cell to...
Now I see: Microsoft VBScript compilation error '800a0408'
Invalid character
/elem_resources/booksearch/index.asp,line 91
If rs("Event_Category") = Int(rs("Event_Category")) then
--------------------------------------------------------
After replacing the <%=rs("Event_Category")%> line with the ones offered in the first reply, I see: Microsoft VBScript compilation error '800a03f9'
Expected 'Then'
/elem_resources/booksearch/index.asp,line90
If rs("Event_Category") = Int(rs("Event_Category"))...
How and where in the code below can I force decimals to appear? Event_Category is a database field listing reading book levels such as 1.3 or 5.0 etc. The Event Category field in the Access database file does display the decimals, but when published, the drop-down-menu on the form displays some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.