Access 2000 Object Library

M

Matt

I have multiple versions of Access in my office ranging from 2000 to 2003. I
have a VB scrip calling for Application.importxml that works for the 2003
machines but fails on the 2000 machines.

Can anyone tell me if it is possible to run the application.importxml code
on the Access 2000 machine? If so, how?

Thanks,
 
D

David Lloyd

Matt:

I believe the ImportXML method was new with Access 2002.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac10/html/acconNewMethodsO.asp

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I have multiple versions of Access in my office ranging from 2000 to 2003.
I
have a VB scrip calling for Application.importxml that works for the 2003
machines but fails on the 2000 machines.

Can anyone tell me if it is possible to run the application.importxml code
on the Access 2000 machine? If so, how?

Thanks,
 
Top