Set dbsJet = OpenDatabase("C:\Jet_Samp.mdb") ' Create a TableDef object. Set tdfHTML = dbsJet.CreateTabledef _ ("Linked HTML Table") ' Set connection information. TdfHTML.Connect = _ "HTML Import;DATABASE=http:"_ & "//www.usa.myserver.com/files/mypage.html" tdfHTML.SourceTable...
While you might have done this online before, my suggestion would be to do this type of action with the DB down, and preferably all other high I/O as well. Trying is the first step to failure - Homer Simpson 0 Kudos Reply