M
McLean J
New database in Access 2000. I tried to use VBA for a
simple calculation and it failed. So I tested just a
simple Message Box and got the same error...
Here's my code.
Private Sub dtmDate_Exit(Cancel As Integer)
MsgBox [dtmDate], vbCritical, "test"
End Sub
I get this error...
The expression On Exit you entered as the event property
setting produced the following error: A problem occurred
while Microsoft Access was communicating with the OLE
server or ActiveX Control.
I'm not using any OLE controls or ActiveX controls.
simple calculation and it failed. So I tested just a
simple Message Box and got the same error...
Here's my code.
Private Sub dtmDate_Exit(Cancel As Integer)
MsgBox [dtmDate], vbCritical, "test"
End Sub
I get this error...
The expression On Exit you entered as the event property
setting produced the following error: A problem occurred
while Microsoft Access was communicating with the OLE
server or ActiveX Control.
I'm not using any OLE controls or ActiveX controls.