0
I am making an application and when I went to program the VBA code to connect with Access Database which was my surprise gave the error:
"Error 3706 Microsoft Visual Basic"
The connection line is:
.ConnectionString = "Data Source=" & ThisWorkbook.Path & "\BD_Loja1.accdb"
Can anyone help me how to fix this mistake?
Post the complete line of your
ConnectionString
.– Ismael
https://www.connectionstrings.com/access/
– Reginaldo Rigo