number field, with commas

R

Raphael Gluck

Hi
is it possible to have a number field, with commas
i.e i could input 1,2,3,4,5 with the number meaning something. i.e not text?
 
B

Bryan Martin

Think about what your asking......

Now you could store the data as text then use one of the conversion methods
to convert the text to number.

cInt(Yournumber), cLng(YourNumber) etc....
 
Top