G
Guest
ive been playing about with the createobject function but have not been
succussful in trying to acheive what i want.
my customers have an access2003 database with tables in the backend. every
now and then i need to update the table values in the backend. what i need to
check is if the tables that are on my server are newer then the tables stored
in the backend. im using the following code:
Dim oFSO As Object
Dim oF As Object
Set oFSO = CreateObject("Scripting.FileSystemObject", "http://www.easara.com")
Set oF =
oFSO.GetFile("http://www.easara.com/Downloads/Pay...ateRelief/MonthlyDeductStartingRateRelief.xml")
Debug.Print oF.DateCreated
Debug.Print oF.DateLastModified
Set oF = Nothing
Set oFSO = Nothing
im getting an error message "the remote server machine does not exist or is
unavailable" any ideas what im doing wrong. i have no experience with the
createobject function.
succussful in trying to acheive what i want.
my customers have an access2003 database with tables in the backend. every
now and then i need to update the table values in the backend. what i need to
check is if the tables that are on my server are newer then the tables stored
in the backend. im using the following code:
Dim oFSO As Object
Dim oF As Object
Set oFSO = CreateObject("Scripting.FileSystemObject", "http://www.easara.com")
Set oF =
oFSO.GetFile("http://www.easara.com/Downloads/Pay...ateRelief/MonthlyDeductStartingRateRelief.xml")
Debug.Print oF.DateCreated
Debug.Print oF.DateLastModified
Set oF = Nothing
Set oFSO = Nothing
im getting an error message "the remote server machine does not exist or is
unavailable" any ideas what im doing wrong. i have no experience with the
createobject function.