harrisw
02-21-2002, 04:51 AM
Using a query and a module how can I remove certain words from a string
|
View Full Version : Removing Words from a string harrisw 02-21-2002, 04:51 AM Using a query and a module how can I remove certain words from a string David R 02-21-2002, 07:16 AM 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).] |