OK, ci sono riuscito, ora però mi sono venuti un pò di dubbi:

codice:
SQL = "SELECT Cognome,Societa,Telefono_1 FROM Agenda ORDER BY ID"
    
With Rs
    .ActiveConnection = Conn
    .CursorLocation = adUseServer
    .CursorType = adOpenKeyset
    .LockType = adLockOptimistic
    .Properties("IRowsetIdentity") = True
    .Open SQL, , , , adCmdText
End With

Set dgr_agenda.DataSource = Rs
DOMANDA:

CLICK SU RECORD - OPEN NEW FORM

??


grazie mille e scusate le domande frequenti