I have looked at thread702-1012686 and tried the solution given. When I use Me![Modified] = Date() in the BeforeUpdate event, I get an error saying the macro is not found. When I use =Me![Modified].Value = Date(), the brackets get added =[Me]![Modified].[Value]=Date() and I get an error stating The object does not contain the Automation Object 'Me.' when I try to update a record in the form.
Any help would be appreciated.
Any help would be appreciated.