I have a textbox (LastUpdate) on a parent form (ProjectID) that must be automatically updated with the latest date when information on a subform (ProjectStaffRoles) has been changed. The database (adp) was created in Access 2000 and the following BeforeUpdate code works perfectly in Access 2000 [Forms]![projectid]![LastUpdate] = Now()
My problem is that one of our users works on Access 2002, and get the following error message when trying to save a record in the subform:
Run-time error '-2147417848 (80010108)': Method 'Value' of object' _AccessField' failed. The changes are then discarded. I tried some other suggestions that can be found at But nothing worked thus far.
Any help would be greatly appreciated.
Thank you
My problem is that one of our users works on Access 2002, and get the following error message when trying to save a record in the subform:
Run-time error '-2147417848 (80010108)': Method 'Value' of object' _AccessField' failed. The changes are then discarded. I tried some other suggestions that can be found at But nothing worked thus far.
Any help would be greatly appreciated.
Thank you