[FRMtblAnagraficatest].[FRMTabellaJoinPIP_Sottomascheratest].[Seleziona]="-1"
If Dirty Then Me.Dirty = False
If Dirty Then Me.Dirty = False
... only include the relevant form, tables and queries.1) I set FieldName (Seleziona) value -1
2) The query is the same as form's record source
3) set up a command button when clicked on it runs4) run " me.requiry" on form's after delete eventCode:If Dirty Then Me.Dirty = False
Which table??I would like to delete the recorded row which it is performance (DescrizionePIP) and dates (DataPIP).