carl_mcdade
05-28-2004, 11:41 AM
I have an Acces database that needs some heavy scrubbing. The Access gui is terrible for this. So my question is what is the best way to do do thing like move substrings and re write spelling errors on thousands of rows? It's one large table.
Macros in VB (I am weak on this but if it is faster than ASP)
ASP (connecting to the db seems to be the fastest way to me)
Excel
Export to text file, fix with RegExs and re import (leaning towards this option)
Have you got something better? I am interested :)
Macros in VB (I am weak on this but if it is faster than ASP)
ASP (connecting to the db seems to be the fastest way to me)
Excel
Export to text file, fix with RegExs and re import (leaning towards this option)
Have you got something better? I am interested :)