BACKGROUND 1) I have the following tables in SQL Server DB: SQL_TABLE1 with fields: F1A, F1B, F1C SQL_TABLE2 with fields: F2A, F2B, F2C 2) I have the following table in MS Access DB: MDB_Table1 with fields: M1A, M1B, M1C 3) I need to query the records in Table1 and Table2. The record filter is based...