How to remove blank spaces between numbers & letters in a column

G

Guest

Project numbers were previously typed in a colum with either one or two blank
spaces (i.e. P - 000-934-042). There should not be any blank spaces. I am
trying to remove these blank spaces without having to retype so many numbers.
The database contains about 3500 entries with about 400 typed in this
incorrect format. I know there's a formula in Excel that can remove blank
spaces within a column, but I don't know about Access.
 
G

Guest

Try and use the replace function to replace space with empty

Select Replace(FieldName," ","") As NewName From TableName
 

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.

Ask a Question

Top