Based this piece of code to SELECT is required to open a table mytable ?????
Se tRS = New ADODB.Recordset
RS .Open "mytable ",CONN, adOpenKeyset, adLockPessimistic, adCmdTable
strSQL = "SELECT * FROM mytable WHERE RAPPORTO = '" & RAPPORTO & "'"
Set RS = GAF_CONN.Execute(strSQL)
If No tRS .EOF Then
...ecccc
end if
