I have to compare columns in MS acces. Please see below the sample
Code:
LAST_NEWSLETTER_OPENED_DATE    LAST_LOGIN_DATE
07/21/09                       06/26/09
07/21/09
12/29/09                       12/31/08
12/08/09                       12/15/09
There are hundreds of field in each column. I want to filer out the fields where login date and newsletter opened dates are same. How to do that? Pls help m...