C
Colin
Hi Iam new to writing code and would like some help in
opening a database from within an existing database.
The code is as follows:
Function Uploaded()
Dim DB As String
DB = "\\Server\billing\Billing Archive\2004\Datastore
test Area\Upload.mdb"
OpenDatabase "DB"
End Function
However I get an error code 3024 Could not find file "DB"
Having defined DB as the connect string including the
database name, where am I going wrong?
Please accept my thanks in anticipation
rgds Colin
opening a database from within an existing database.
The code is as follows:
Function Uploaded()
Dim DB As String
DB = "\\Server\billing\Billing Archive\2004\Datastore
test Area\Upload.mdb"
OpenDatabase "DB"
End Function
However I get an error code 3024 Could not find file "DB"
Having defined DB as the connect string including the
database name, where am I going wrong?
Please accept my thanks in anticipation
rgds Colin