Macro stopped working

huntr

New member
Local time
Today, 00:09
Joined
Jan 27, 2011
Messages
1
Hi, I have a macro which automatically populates fields with a future date based on one entry on a form, it has worked fine for over a year and suddenly doesn't recognise the form - error code is 2795. Does anyone have any suggestions? Many Thanks!
 
What happens if you make a copy of the form and rename it then adjust your code with the new form name?
 
What happens if you make a copy of the form and rename it then adjust your code with the new form name?
Making sure that Name Auto Correct (also known as Name Auto CORRUPT)is turned off.

The form might be suffering from corruption. You can try importing (not copying and pasting, but importing) everything into a new, blank database shell. If that fails or the form fails to import (then it is corrupt) you will probably need to import everything BUT that form into a new, blank database shell and then import the form from a backup that works.

I hope the database is split (backend with tables only and frontend with everything else and a COPY of the frontend is on EACH USER'S machine). If not, it needs to be.
 

Users who are viewing this thread

Back
Top Bottom