Off2000: Compile error after import data
Hi all,
I have imported Tables, Forms, Queries and Macro's from a access-2000.mdb to another access-2000..mdb.
After the import, I get:
"Compile error: Method or data member not found"
on this line:
Me.TABLE = Forms![Prefs]![Preferencessub].Form![TABLE]
Before the import, both mdb's worked perfect...
tx!
Re: Off2000: Compile error after import data
in this instance, what is ME?
Re: Off2000: Compile error after import data
Quote:
Originally Posted by
westconn1
in this instance, what is ME?
The function is written in Form_AfterUpdate() from Preferencessub2 (another subform from Prefs).