T
Tanya
This is a general question about the recordset a form
opens. The form is based on a query. It contains several
subforms, none nested. The subforms are all based on
queries. My question is, is it permissable to refer to the
recordset directly using "recordset.method" (movelast,
movenetx, etc.)? Or, should I restrict myself to using
docmd?
I work on my own and am therefore quite reliant on books
and other written documentation. These tend to concentrate
on ADO. The application I'm working on is completely form
driven, so I'm only working with DAO.
opens. The form is based on a query. It contains several
subforms, none nested. The subforms are all based on
queries. My question is, is it permissable to refer to the
recordset directly using "recordset.method" (movelast,
movenetx, etc.)? Or, should I restrict myself to using
docmd?
I work on my own and am therefore quite reliant on books
and other written documentation. These tend to concentrate
on ADO. The application I'm working on is completely form
driven, so I'm only working with DAO.