I write this small code in open form event
(Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
End Sub)
I got the error “ The open form action was canceled
Error No 2501
The detail of the error :
‘the expression on open you entered as the event property setting produced the following error;A poroplem occurred while Factory DB wsa communicating with the OLE server or Active X Control
- 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
He DB was working and still working good in windows 7 but I got this error in windows 8
Thanks