
Action Queries and ADO Objects
Question: Which is better to use for inserting or updating a record: Recordset object or Command object? Answer: When using an Action Query (a query that performs an action and does not return a recordset), it is wasteful to use a Recordset object. It is much more efficient to use