I am using two databases - oracle and SQLServer. I have two recordsets, rs. and rss. Now I need to validate rs.fields("Employee") = rss.fields("Employee") and create a report with the error message that the record containing the field in rs.fields is missing. Can anyone help???? I'm new at programming code in VB.