M
Marcello Lenci
Someone would tell me why the following code:
Dim rst As DAO.Recordset
Set rst = Currentdb.Openrecordset("Norme")
rst.Index="NormeLink"
give me the error:
the operation is not supported by this kind of object ?
Tanks
Dim rst As DAO.Recordset
Set rst = Currentdb.Openrecordset("Norme")
rst.Index="NormeLink"
give me the error:
the operation is not supported by this kind of object ?
Tanks