M
Mikey B
This is a design question.
I have a table tblMainRecords that has 50k records in it.
I also have a table tblFlagList that has around 100 records in it.
In tblMainRecords there is a strDescription field.
In tblFlagList there is a field strItemName.
I need to look through each record of tblMainRecords' strDescription field
for anything on the strItemName list and flag another field(strFlg) on
tblMainRecords if it finds a match.
My question is, what would be the best way to do this sort/update?
I was thinking either a complicated Update query or a complicated recordest
loop.
Maybe a Dlookup in a recordset search?
I will work out the code, if someone can tell what might be the tack to take.
Thanks for any input,
Mike
I have a table tblMainRecords that has 50k records in it.
I also have a table tblFlagList that has around 100 records in it.
In tblMainRecords there is a strDescription field.
In tblFlagList there is a field strItemName.
I need to look through each record of tblMainRecords' strDescription field
for anything on the strItemName list and flag another field(strFlg) on
tblMainRecords if it finds a match.
My question is, what would be the best way to do this sort/update?
I was thinking either a complicated Update query or a complicated recordest
loop.
Maybe a Dlookup in a recordset search?
I will work out the code, if someone can tell what might be the tack to take.
Thanks for any input,
Mike