Numbers to Text

R

Robbie

I need to covert numbers to text in a field this is easily
done in excel but i am trying to shorten the procedure.

curretnly in excel the formula is =TEXT(cell
ref,"00000.00")
this gives me my number in text format but is the function
text supported in access ?

Robbie
 
D

Dale Fye

Use the format function. Format(value, "00000.00")

--
HTH

Dale Fye


I need to covert numbers to text in a field this is easily
done in excel but i am trying to shorten the procedure.

curretnly in excel the formula is =TEXT(cell
ref,"00000.00")
this gives me my number in text format but is the function
text supported in access ?

Robbie
 

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

Top