I download a text file from the net that has 7 days news and every time the file is updated whenever there are some new news, but it contains only 7 days news. I need to download the file every day whenever new data is added and put it the MS Access database table where "Symbol", "News" and "PostingDate" are the three fields. I am facing problem in deleting duplicate records of memo field........ Let me be little more clear, say I have downloaded and imported the data on 1200 hours 31/3/2011 and again I want download and import new data at 2000 hours on the same day (31/3/2011) but I only want to add the new data> I tried to do this by SQL statement SELECT DISTINCT......but it does not allow to be executed on memo field. Also there might be same news on same Symbol in different date so I need to get the unique data basing on all three fields. I am attaching the DB here with. I have very shallow knowledge on VBA, please help me considering my limited knowledge on VBA .................thanks