I want to (in a query) combine the following two fields:
"33" & [GrantNumber]
The problem is the the Grant Number fields has hyphens in it (in random places) and I want to combine everything BUT the hyphens. Is there a way to do that?
My suspicion is that they hyphens are actual text that has been entered, yes?
If so, open the table, delete all of the hyphens by Find hypen, Replace with nothing.
Then, in design of your table, for that field, use a format like ###-###-#### and your numbers should be able to be entered as 1234567890, but will display as 123-456-7890. Then, when you do other things with those values, they won't have the hyphens in them.
Not sure of the exact formats...
techsupportgirl@home.com
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.