R
Raj
I have a query that I use to verify the [itemid]'s that
are in my database is valid in our corporate database. I
have over 24000 items in my database and I currently put
300 in a table run the query and they append then to a
table. I would like to do is have the query check only
check 300 [itemid]'s and if it find one that is not valid
(in the corporate database add it to a tblinvalid. Then
delete the 300 that it has checked. What is the easy way
to do this?
Thanks..
are in my database is valid in our corporate database. I
have over 24000 items in my database and I currently put
300 in a table run the query and they append then to a
table. I would like to do is have the query check only
check 300 [itemid]'s and if it find one that is not valid
(in the corporate database add it to a tblinvalid. Then
delete the 300 that it has checked. What is the easy way
to do this?
Thanks..