Search & Replace #

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I do a search & replace on #?

When I try, the search finds any number.

I just want to replace the #.

Thanks.
 
In a query you can use the replace function

Select Replace([FieldName],"#","?")

Replace the ? with the replacement
 
Thanks.

Ofer said:
In a query you can use the replace function

Select Replace([FieldName],"#","?")

Replace the ? with the replacement
--
\\// Live Long and Prosper \\//
BS"D


Linda B said:
How do I do a search & replace on #?

When I try, the search finds any number.

I just want to replace the #.

Thanks.
 

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

Back
Top