this is a script on my desktop
here is what it says
C:\Documents and Settings\dposton>upload.vbs
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
C:\Documents and Settings\dposton\UpLoad.vbs(12, 4) DAO.Workspace: Not a valid f
ile name.
Of couse I am using the correct IP, I think
DougP
< I Built one
Code:
Dim db
Dim strDbName
'strdbName = "\\servero2\data files\task order\Notification Letter Data_be.mdb" < this works in testing from our server
strdbName = "[URL unfurl="true"]http://xxx.xxx.xxx.xxx/fpdb/Notification[/URL] Letter Data_be.mdb"
Set acc = createobject("Access.Application")
acc.Visible = True
Set db = acc.DBEngine.OpenDatabase(strDbName)
acc.OpenCurrentDatabase strDbName
here is what it says
C:\Documents and Settings\dposton>upload.vbs
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
C:\Documents and Settings\dposton\UpLoad.vbs(12, 4) DAO.Workspace: Not a valid f
ile name.
Of couse I am using the correct IP, I think
DougP
< I Built one