Jim Dettman
jimdettman at verizon.net
Wed Jun 24 13:21:41 CDT 2009
AbsolutePostion is not valid on forward only cursors or pass-throughs, even though the object model says it's so. Also, if the recordset is not populated yet, you'll get an error (don't remember which). A movelast fixes that. Jim. -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of jwcolby Sent: Wednesday, June 24, 2009 12:20 PM To: Access Developers discussion and problem solving Subject: [AccessD] AbsolutePosition not working I am trying to grab the absolutePosition property of a DAO recordset and am getting a runtime error that "this object does not support this property". I know that it does because I have used it before. The recordset is defines specifically as type dao.record, and intellisense shows the property as there when I type it in. Any ideas why I would be getting this? -- John W. Colby www.ColbyConsulting.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com