M
Miguel Velez
I want my cmdDelete button to delete one or many records
depending upon what the User highlighted. I do not want
them to have to click the Del button on the keyboard but
use my button on the form. Right now only one record per
command button click deletes. I cant's get the loop
right.I am back to:
Private Sub cmdDelete_Click()
On Error GoTo Err_cmdDelete_Click
[frmPSRSubform].SetFocus
DoCmd.RunCommand acCmdDeleteRecord
etc.
Thanks
depending upon what the User highlighted. I do not want
them to have to click the Del button on the keyboard but
use my button on the form. Right now only one record per
command button click deletes. I cant's get the loop
right.I am back to:
Private Sub cmdDelete_Click()
On Error GoTo Err_cmdDelete_Click
[frmPSRSubform].SetFocus
DoCmd.RunCommand acCmdDeleteRecord
etc.
Thanks