F
fox
Hello,
We have a Access 2000 program which is running fine on old PC. After we
changed to new PC(Win7 with Office 2003), we can't get it work correctly
anyway. When running the fuction, we always got "error 438: Object doesn't
support this property or method". We check the references, all are
registered.
The problem code is the first line:
If [Forms]![aMAPIStsF].Form.MAPISess.NewSession Then
MsgBox "Session already established"
Exit Function
End If
Any advice?
Thank you very much.
Fox
We have a Access 2000 program which is running fine on old PC. After we
changed to new PC(Win7 with Office 2003), we can't get it work correctly
anyway. When running the fuction, we always got "error 438: Object doesn't
support this property or method". We check the references, all are
registered.
The problem code is the first line:
If [Forms]![aMAPIStsF].Form.MAPISess.NewSession Then
MsgBox "Session already established"
Exit Function
End If
Any advice?
Thank you very much.
Fox