From: lil lam on
I have address columns:

705 First St #5

804 Main St #16

I just want to remove the pound (#) signs.
How do find/replace for just the #?

I tried the Replace Function but it deletes the entire cell.
I also tried the RemoveAlpha but I get an error saying its an
undefined function.
From: KARL DEWEY on
BACKUP DATABASE BACKUP DATABASE
Try this --
Replace([YourField], Chr(35), "")

--
Build a little, test a little.


"lil lam" wrote:

> I have address columns:
>
> 705 First St #5
>
> 804 Main St #16
>
> I just want to remove the pound (#) signs.
> How do find/replace for just the #?
>
> I tried the Replace Function but it deletes the entire cell.
> I also tried the RemoveAlpha but I get an error saying its an
> undefined function.
> .
>