Convert integer to string

G

Guest

I want to be able to take an integer and save it in a text field. How do I convert the integer to a string? Thanks.
 
M

Marshall Barton

Ken said:
I want to be able to take an integer and save it in a text field.
How do I convert the integer to a string?


Access will convert it automatically, you shouldn't have to
do anything. If you want (or need to explicitly convert a
number to a string using your Local Settings, you can use
the CStr function. If you want to convert just about
anything to a specific style, use the Format function.
 

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