Prevent subform "Save" - new modified date

DonK

Registered User.
Local time
Yesterday, 21:42
Joined
Dec 4, 2002
Messages
12
Maybe it's my code but some of my subforms get a new "Modified" date occasionally. I changed the permissions so only an Admin can update the form. "Users" have only "Open/Run" and "Read Design". The date still gets changed but I don't know how or why. I'm experienced using VBA but cannot get past this one. Help is sincerely appreciated.
 
Finding the code/event which is changing the "date modified" field is where I'd start looking for the problem. Search your code for the "date modified" field and debug with a breakpoint on it.
 

Users who are viewing this thread

Back
Top Bottom