How to get application.importxml to work on windows 7 from access 2003?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Limer
    New Member
    • Feb 2011
    • 1

    How to get application.importxml to work on windows 7 from access 2003?

    After running the following code:

    Application.Imp ortXML _
    DataSource:=str Path & strFile, _
    ImportOptions:= acAppendData

    I check the values in my table. None are seen.

    This code works fine on a win xp box....

    Any ideas are welcome...THX
Working...