Find and Replace Query with Wildcards in Access

G

GoFlyersCS

I am trying to create a Find and Replace query with wildcards. For example,
I have e-mail addresses that have country codes in them such as
"[email protected]". I wish to get rid of the country codes in all of the
e-mail address so that they read simply "[email protected]". There are
different country codes in each e-mail address, so I need to use wildcards.
I have tried to use the Replace function with something like this:
UPDATE
 
S

Skip

GoFlyersCS said:
I am trying to create a Find and Replace query with wildcards. For example,
I have e-mail addresses that have country codes in them such as
"[email protected]". I wish to get rid of the country codes in all of the
e-mail address so that they read simply "[email protected]". There are
different country codes in each e-mail address, so I need to use wildcards.
I have tried to use the Replace function with something like this:
UPDATE
 
G

GoFlyersCS

John,

I get a "Syntax Error (missing operator)" when I try to save that query.
Any thoughts?

Thanks

John Vinson said:
 
G

GoFlyersCS

Top