Removing Words from a string

harrisw

Registered User.
Local time
Today, 02:24
Joined
Mar 27, 2001
Messages
131
Using a query and a module how can I remove certain words from a string
 
Look into the InStr() function. Also Left(), Right(), Mid(), and Trim() will probably be useful.

HTH,
David R

[This message has been edited by David R (edited 02-21-2002).]
 

Users who are viewing this thread

Back
Top Bottom