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