I am using the following to open a dbSub dBConn()
Set cnConnection = CreateObject("ADODB.Connection")
cnConnection.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & ActiveWorkbook.Path & "\" & strdBFile
End SubI am unable to find the right code to open this db when is is encrypted...