I have 10 command buttons named cbTC#. The code below works good, however Is there a better way to code this without having to write the code below 10x (1 for each command button)? Thanks
Private Sub cbTC1_Click()If Len(tbx800) > 0 Then
If MsgBox("Do you want to delete data?", vbYesNo) =...