Avrei la necessità di eliminare un record identificato dal campo univoco 'referenza' nella tabella: 'tab_generale'
Richiamo l'articolo da eliminare attraverso una maschera che prende origine da una tabella temporanea: 'tab_gen_temp' , qui ho creato un bottone che vorrei eliminasse il record: 'xyz' nella tabella: 'tab_generale'.
Naturalmente nella maschera temporanea esiste un campo 'referenza' da cui catturare il nome_record da eliminare.
I need to delete a record identified by the unique field 'reference' in table 'tab_generale'.
Calling the article to be deleted through a mask that originates from a temporary table, 'tab_gen_temp', here I created a button that I would like to delete the record: 'xyz' in table 'tab_generale'.
Of course there is a temporary mask in the field 'reference' from which to capture the nome_record to delete.