LeonelSanchezJr
Programmer
If the query returns 3 records for the same Document #, then I want to keep the 3 records in the result set.
However, if the query returns less than 3 records for the
same Document #, then I want to delete the records from my result set (which is in a Temp Table). B-)
DOCUMENT# DOCTYPE
1234567 ABC
1234567 DEF
1234567 GHI
However, if the query returns less than 3 records for the
same Document #, then I want to delete the records from my result set (which is in a Temp Table). B-)
DOCUMENT# DOCTYPE
1234567 ABC
1234567 DEF
1234567 GHI