When you use an .mdb, you use linked tables and bound forms. Forms and reports are generally bound to queries.
If you find you need performance that you cannot get with standard Access queries, you can link to views.
The Recordset.Clone for Forms and Reports is DAO so that may be what is causing the problem.