B
Bonnie A
Hi everyone! Using A02 on XP. I have a file that I prepare for populating
1099 forms and one part of my prep is to capitalize the fields and remove all
punctuation. I import the data to identify all the characters I can think of
but usually there is something weird that kicks out later and I add it to my
list of what to find/replace with Null next year.
Like "*,*" Or Like "*.*" Or Like "*-*" Or Like "*'*" Or Like "*;*" Or Like
"*:*" Or Like "*/*"
My query pulls [FName], [MI], and [LName] with the above on the first,
second and third criteria lines.
Then I get to do a ReplaceAll on each column for each character. I refresh
the query periodically until nothing meets my criteria.
I tried an update query but just blanked out the entire FName, MI and LName
on all the records that met the above criteria.
I'm pretty sure I could write something instead of the Like statement that
would identify all non-alpha characters. But still don't know how to remove
just those non-alphas.
I know there's probably a simple way to do it but can't figure it out. I
would appreciate any help or advice. Thank you very much for taking the time
to help out.
1099 forms and one part of my prep is to capitalize the fields and remove all
punctuation. I import the data to identify all the characters I can think of
but usually there is something weird that kicks out later and I add it to my
list of what to find/replace with Null next year.
Like "*,*" Or Like "*.*" Or Like "*-*" Or Like "*'*" Or Like "*;*" Or Like
"*:*" Or Like "*/*"
My query pulls [FName], [MI], and [LName] with the above on the first,
second and third criteria lines.
Then I get to do a ReplaceAll on each column for each character. I refresh
the query periodically until nothing meets my criteria.
I tried an update query but just blanked out the entire FName, MI and LName
on all the records that met the above criteria.
I'm pretty sure I could write something instead of the Like statement that
would identify all non-alpha characters. But still don't know how to remove
just those non-alphas.
I know there's probably a simple way to do it but can't figure it out. I
would appreciate any help or advice. Thank you very much for taking the time
to help out.