G
Guest
I have a table that I periodicly update by getting data off a web site. The
data is never exactly "clean" but gerenally has the same type issues to
change. Is there anyway to clean it up wth a query or code after it is the
proper table?
Changes usely are replacements, ie,
Replace;
"State" with "St";
"(" with "";
"." with"";
" " with " ";
etc.
David McKnight
data is never exactly "clean" but gerenally has the same type issues to
change. Is there anyway to clean it up wth a query or code after it is the
proper table?
Changes usely are replacements, ie,
Replace;
"State" with "St";
"(" with "";
"." with"";
" " with " ";
etc.
David McKnight