Hello again,
the query now is
DELETE *
FROM Dup
WHERE Format([FromDate],'mmddyyyy') & IssrNo Not In (SELECT Max(Format([FromDate],'mmddyyyy') & IssrNo ) FROM Dup GROUP BY IssrNo,FromDate,Rtg,ToDate,DefDate );
I have around 58,000 rows and 5 columns in the Dup table. Th query is taking forever to run. Does it make sense? I have a new laptop with 1 geg memory.I am wondering if there is something that could be done regarding the time. After half an hour the run query was still at the begining.
thx