Access 2000 Object Library

G

Guest

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top