Connection String
I get this On DebugVB Code:
Connects.Provider = "Microsoft.jet.oledb.4.0" Connects.Properties("Jet OLEDB:database Password").Value = Trim(Softpassword) Connects.ConnectionString = "data source=" & Dr + Software
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Layout\Lay.Mdb;Jet OLEDB:Database Password=13241"
Then When I do a
Connects.Open
I get this "Data Source=C:\Layout\Lay.Mdb"
And A error Not a Database Format
Any Ideas
