data type

R

Randal

Is there a way to change data type from text to number during the execution
of a query?
 
L

Lynn Trapp

It depends on what type of Number you want, but you can use the following
functions:

CInt()
CDbl()
 
Top