I have a table with phone numbers represented as "(123) 456-7890". I need to convert these phone numbers in a query to appear as "123/456-7890". Can anyone help me?
Write a VBA function that uses string manipulation to extract the digits (using the Mid$() function) and insert them into a preformatted string (using the Mid$() = statement). Then set the query field to "=functionname(fieldname)". Rick Sprague
Great thread. I used this technigue for something I was trying to accomplish, but I keep getting the error: "This action will reset the code in break mode."
It means that the application is running and you are changing code or something else that will cause the app to stop running. There are some things you can change and the app will continue to run. Most things you can't.
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.