UPDATE TableName SET TableName.FieldName = StrConv([TableName]![FieldName],3);
"Make a back up your database" (important when running an update query)
Create a query
Change it to an Update query
Add the Field to the grid that you want to change
Add this to the UpDateTo row StrConv([TableName]![FieldName],3)
Run the query
Hope this helps
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.