Sometimes (maybe once in 10) when I open my DB I'm told
The expression On Open you entered as the event property setting produced the following error: File not found:
All I can do is Ok. Then I close the Form, Open it again and it's fine.
When the error does occur, how can I trap it ? There is nothing in Form Open, Form Load is
DoCmd.Maximize
DoCmd.NavigateTo "acNavigationCategoryObjectType"
DoCmd.Minimize
And Form_Current has On error Goto as first line, but it doesn't pick it up as you'd expect.
The expression On Open you entered as the event property setting produced the following error: File not found:
All I can do is Ok. Then I close the Form, Open it again and it's fine.
When the error does occur, how can I trap it ? There is nothing in Form Open, Form Load is
DoCmd.Maximize
DoCmd.NavigateTo "acNavigationCategoryObjectType"
DoCmd.Minimize
And Form_Current has On error Goto as first line, but it doesn't pick it up as you'd expect.