i got this!
Option Explicit
Public con As New ADODB.Connection
Public rsTally As New ADODB.Recordset
Public Sub Connect()
con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Aianski\Desktop\Cliente ko\SGO_Tally.mdb;Persist Security Info=False"
rsTally.Open "select * from tbl_Tally ", con, 3, 2
End Sub
i think its right. but when i run it i get
"syntax error in FROM clause."
I CANT CONTINUE MY PROJECT. :(
HELP ME!!