Rocky Smolin
rockysmolin at bchacc.com
Tue Apr 3 16:27:15 CDT 2012
Probably not the answer but maybe give you a lead: http://support.microsoft.com/kb/163475 I had a problem couple weeks ago about an ISAM driver needed - obscure error, had to hunt around a long time to figure it out. This looks like the same sort of deal. Is db DIMmed as DAO.Database? Rocky Smolin Beach Access Software 858-259-4334 www.bchacc.com www.e-z-mrp.com Skype: rocky.smolin -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Kaup, Chester Sent: Tuesday, April 03, 2012 2:16 PM To: 'Access Developers discussion and problem solving' Subject: [AccessD] Run Time Error 424 Object Required Why might I be getting this error. Below is the code that has an issue. Error occurs at the line Enabled =. RequestDate.Value = 4/4/2012 Dim db As Database Set db = CurrentDb() With Me.RequestDate.Value = Null 'Eliminate the previous order ID. .Enabled = True 'Indicate that the current record is the start of a new order. .SetFocus End With -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com