compile error when using command button wizard

C

cbrot

A 'Close Form' button all of a sudden is not responding to
clicks. I tried to re-create a new close form button using
the wizard. It displays "Compile error. In query
expression 'AppLoadString(bw_tblBtnActions].
[Description])'. Is the file somehow corrupted? Other mdb
files are working ok.

Any one knows why?

Thanks.
 
A

Andrew Coyle

Hi
Have you recently moved this database? If so the following might help.

Try checking your references
-go to an existing module and click Design, or create a new one.

Under Tools->References check to see if any are "missing", or if you dont
have any selected which you did under the original database. In either case
reselect the reference to reativate it.

I hope this helps
A
 
Top