Hey,
So I'm trying to set a connection to a separate database with this statement
Dim dbs1 As Database
Set dbs1 = OpenDatabase("C:\database2.mdb", , False, ";pwd='abc'")
An error message keeps popping up saying "not a valid password", but I am 100% positive the password is correct. Is something wrong with my statement?
Niroth
So I'm trying to set a connection to a separate database with this statement
Dim dbs1 As Database
Set dbs1 = OpenDatabase("C:\database2.mdb", , False, ";pwd='abc'")
An error message keeps popping up saying "not a valid password", but I am 100% positive the password is correct. Is something wrong with my statement?
Niroth