Hi,
I got this error message on a MS Access 2003 database at work (whenever the form is opened or the user goes backwards and forwards from record to record this comes up):
Quote:
The expression On Current you entered as the event property setting produced the following error:Access failed to evaluate one or more of your expressions because 'DoCmd' was referenced in an expression. Only functions and properties that are considered to be safe are allowed in expressions when Access is in sandbox mode.
* The expression may not result in the name of a macro, the name of a user-defined function, or [Event Procedure].
* There may have been an error evaluating the function, event, or macro.
|
Changing the macro security level to low resolves this problem and there are no error messages that pop up. But this isn't really acceptable at work.
Has anyone else come across this problem and found an alternative solution?
Thanks.