Dim CONECCION As New ADODB.Connection
Dim mireccordeset As New Recordset
Dim cuenta As Double
Set CONECCION = New Connection
conec.Open "CADENA DE CONECCION"
Set mireccordeset = New Recordset
CONECCION.CursorLocation = adUseClient
mireccordeset.Open "Nombre De La Tabla", CONECCION, adOpenForwardOnly, adLockReadOnly, adCmdTable