why objeft required

  • Thread starter Thread starter Mark R
  • Start date Start date
Mark R said:
under what circumstances does the error: OBJECT REQUIRED
arise.

Usually if you are missing an object in code. For instance if you attempt to
close a recordset that you haven't opened. You tend to see this if an error
occurs before your recordset is opened and your error handler closes the as
yet unopened recordset.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top