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