number field, with commas

  • Thread starter Thread starter Raphael Gluck
  • Start date Start date
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?
 
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....
 
if only i knew how to convert!

Thanks, At least i am on the way now!
 

Ask a Question

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.

Ask a Question

Back
Top