Yeah, rather than just typing in "SELECT * FROM [table]" as the recordset source, you should be able to use a SELECT statement with joins. Just make sure that the primary key from both tables are included in the SELECT statement, and that should make your recordset updatable.
Is there a reason...