Hi,
it looks like you are using activex control, something about MAPI, you have
to copy it to a new PC and register there using regsvr32.exe, or perhaps
install it, if you have installation package
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"fox" <(E-Mail Removed)> wrote in message
news:94E3B164-23AA-49D6-86C8-(E-Mail Removed)...
> 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
>