I can export my bank data to comma separated value (.csv) format. My check payment data is in SQL tables. I want to find a way to compare the .csv file with the SQL table and if the check number matches, place a C in the Cleared Check field in the SQL table. Can this be done, hopefully without running the whole thing through another database like Access? I was in hopes of simply running an SQL saved query in SQL Query Analyser. We are using Microsoft SQL 7.0.