J
James K via AccessMonster.com
I'd like to create a VB module that looks at the table [fullnames] and
deletes records that match in another table [badwords]. Basically, I'm
trying to cull any records that are business related. The string in the
[badwords] table has such things as Corp, Co, Inc, Inc. etc. I'm limited to
1024 characters using the NOT Like "*XYZ*" in the build portion of the query
and 2048 to the SQL portion. The [badwords] table is much more extensive
than that, so thought a VBA modules might work instead.
I'm open to any and all suggestions though.
Regards,
Jim
deletes records that match in another table [badwords]. Basically, I'm
trying to cull any records that are business related. The string in the
[badwords] table has such things as Corp, Co, Inc, Inc. etc. I'm limited to
1024 characters using the NOT Like "*XYZ*" in the build portion of the query
and 2048 to the SQL portion. The [badwords] table is much more extensive
than that, so thought a VBA modules might work instead.
I'm open to any and all suggestions though.
Regards,
Jim