hi,
I have a form for deleting records but I use unbound controls in the mainform to set the criteria of filtering the records that will be viewed in the subform
I have delete command button in the mainform
I just need when i set the criteria for viewing the details after click Find then click delete, the data in the subform to be deleted
I don't like to use cascade delete in the subforms because the record will filled with (deleted) and in the case the form will not be user friendly
thanks in advance for any help you may provide me with
I have a form for deleting records but I use unbound controls in the mainform to set the criteria of filtering the records that will be viewed in the subform
I have delete command button in the mainform
I just need when i set the criteria for viewing the details after click Find then click delete, the data in the subform to be deleted
I don't like to use cascade delete in the subforms because the record will filled with (deleted) and in the case the form will not be user friendly
thanks in advance for any help you may provide me with
Comment