Hi all,
I have the need to trim leading and trailing spaces from multiple columns populated by individual's names. Each field is unique.
From what I understand, Trim() will only work with an individual string (a unique name like "John Hancock", but will not work with "Bob Hancock" unless you specify that name.
Please tell I am wrong and that I can use Trim() with the whole table! I am looking to create an update query.
I am a newbie to Access so thank you for any and all help.
I have the need to trim leading and trailing spaces from multiple columns populated by individual's names. Each field is unique.
From what I understand, Trim() will only work with an individual string (a unique name like "John Hancock", but will not work with "Bob Hancock" unless you specify that name.
Please tell I am wrong and that I can use Trim() with the whole table! I am looking to create an update query.
I am a newbie to Access so thank you for any and all help.