query expression no longer available, How do I fix?

M

mary

I have 3 computers in my office that have all done an "Automatic Windows
update" and since then our Microsoft Access Data base will not work. The note
I get is: Function not available in expression query expression
'format([total],"currency")'. It has to have something to do with the update,
because all other computers run the database fine.
 
F

freakazeud

Hi,
check your references...open vba editor (ctrl+g)...go to
tools...references...make sure non are marked missing. Maybe some library got
broken. You might want to note which are checked...then uncheck them...then
close/reopen application and check them again.
HTH
Good luck
 
Top