I'm trying to insert a number collect from an HTML text box, into an access database, into a number field...but i always get type mismatch. How can i convert this to a number, because i dont want the field in the database to be text.
it is also possible to use cint (type coeresion) it isn't really an int variable but it should work for your purposes.
if memory serves it is just cint(variable)
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.