I need to replace/remove quotes from text...

  • Follow


I'm trying to use this in a query, but I can't figure out how to remove the 
quotes around text ie "Nashville" need to be Nashville.
Company_Name: Replace([CompanyName]," ","")

I'm using Access 2003

Thanks

Kelvin 


0
Reply Kelvin 11/21/2007 5:34:23 PM

Replace( CompanyName, """", "" )


Hoping it may help,
Vanderghast, Access MVP


"Kelvin" <someone@domain.com> wrote in message 
news:uNxdTTGLIHA.2176@TK2MSFTNGP06.phx.gbl...
> I'm trying to use this in a query, but I can't figure out how to remove 
> the quotes around text ie "Nashville" need to be Nashville.
> Company_Name: Replace([CompanyName]," ","")
>
> I'm using Access 2003
>
> Thanks
>
> Kelvin
> 


0
Reply Michel 11/21/2007 6:08:23 PM


1 Replies
1110 Views

(page loaded in 0.102 seconds)


Reply: