Function isnt available

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

Guest

A number of my queries using functions now do not work since my PC has been
migrated onto a new OS whereby the administrator has locked out access to the
C-Drive - could it be this which is causing the problem?
 
If there are references pointing to the C drive, and the C Drive can no
longer be seen by Access, then yes.
Alt F11
Tools / References
 
Hi,


It is also possible you got a new "sandbox", where some functions are not
allowed anymore to be directly called from the query. The trick is then to
use a cover function, in VBA, that will call the function with a potential
security problem. Explore that avenue if the failing functions are
predefined one in VB/VBA, not if they are yours.


Hoping it may help,
Vanderghast, Access MVP
 
Back
Top