Depending on what type of number, you can use the
following functions:
CDbl(text_field) - converts it to a double type
CInt(text_field) - converts it to an integer type
CLng(text_field) - converts it to a long integer type
CSng(text_field) - converts it to a single type
Depending on what type of number, you can use the
following functions:
CDbl(text_field) - converts it to a double type
CInt(text_field) - converts it to an integer type
CLng(text_field) - converts it to a long integer type
CSng(text_field) - converts it to a single type
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.