Your question is a bit spartan. I assume you have a need to only format the value and not change the data type of the field.
You can use CStr([YourNumericField]) or in a query just add a zero-length string [YourNumericField] & "".
Do you want to change the data IN THE ACCESS DATA COLUMN to text in the Access Table, or do you want to convert the numeric values from you Access data column to text in a query?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.