Hi all!
I am on this forum the first time. I beg your pardon for my accent. I'm from Russia)
There is a small procedure that I use as a connecting ms Access and MySQL server:
.....
Dim con As New ADODB.Connection
Dim rst As New ADODB.Recordset
Dim strSQL As String
strSQL = "table1"...