Hy, i need a vba code to insert all data from access table into mysql table.

I tryed "DoCmd.TransferDatabase acExport" but this send the table object to mysql.

Help please.