Error Message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a personnel database that I run on a LAN. I made a recent change to
my database and now there are two computers that get an error message -
Undefined Function "Format" In Expression"
This occurs when they click on the button I have setup to enter the database
which simply opens a form. Any ideas ?

Thanks
 
I'm just thinking what I would do to troubleshoot this problem: I would
write a function that included the call to the Format function that you
currently have in your form. Kind of a 'wrapper' function. Then you can
compile the function that you wrote and you might get a better diagnostic
from the VBA compiler than you're getting from the run-time module.


Bill Nicholson, Access Dufus
Cincinnati, OH USA
 
Back
Top