I'm doing an application and when I was programming the VBA code to connect to Access Database what was my astonishment gave the error:
"Microsoft Visual Basic Error 3706"
The connection line is:
.ConnectionString = "Data Source=" & ThisWorkbook.Path & "\BD_Loja1.accdb"
Can anyone help me with how to resolve this error?