Hi there
I've been encountered with weird compile error using Access 97.
The error message is "Member or data member is not found" and it
highlighted a line of code that has not be changed and has been
compiled with no error for days.
The code was Me.CircuitQuali fier.Requery
It will only compiled if I changed the code to
Me![CircuitQualifie r].Requery
This problem happened to several of my programs. Usually what I do, is
just to leave the program un-compiled and try to compile it again the
next day. In 9 out of 10, it will compile fine without changing the
code at all.
Does anybody know what cause this error?
I've been encountered with weird compile error using Access 97.
The error message is "Member or data member is not found" and it
highlighted a line of code that has not be changed and has been
compiled with no error for days.
The code was Me.CircuitQuali fier.Requery
It will only compiled if I changed the code to
Me![CircuitQualifie r].Requery
This problem happened to several of my programs. Usually what I do, is
just to leave the program un-compiled and try to compile it again the
next day. In 9 out of 10, it will compile fine without changing the
code at all.
Does anybody know what cause this error?
Comment