Is there a way In access 2003 to do this-see Excel attachment
I get a list of Expires from the main office once a week—she always sorts the list by the patient name before she emails it out. I use this formula in excel –which compares the old list and the new list of names– and tells me if any new name was added to the list.
=IF(ISNA(MATCH(A2,names,FALSE)),”Add to Expired”,”allready on list”)
I have over 381,275 list of patient names in a Access table –(Active Patients) that I need to compare to the Expired Access Table which is 70,000 names long.
Can this be done?