Yes, it does, but in earlier versions (i.e.: if all the service packs
haven't been installed), you can't use the VBA Replace function in a query
in Access 2000.
Fortunately, there's a trivial work-around.
Write your own shell to use the VBA Replace function, and use your shell in
the query, rather than Replace.
Function MyReplace(Expression As String, Find As String, Replace As String)
MyReplace = Replace(Expression, Find, Replace)
End Function
You then use MyReplace in the query.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)
"Chuck Grimsby" <c.grimsby@worldnet.att.net.invalid> wrote in message
news:qf3r80hn439jhnd10191frfkftg49h1v5n@4ax.com...[color=blue]
>
> Access 2K has the Replace Function as well.
>
> On 26 Apr 2004 12:27:13 GMT, skinnybloke
> <theoriginalsin73@yahoo.co.uk> wrote:
>[color=green]
> >Hi - MS Access 2000 I'm afraid.
> >
> >
> >
> >*** Sent via Developersdex
http://www.developersdex.com ***
> >Don't just participate in USENET...get rewarded for it![/color]
>[/color]