J
Judy Ward
I have a main form, frmDSSF, that is used to submit SCRs to a software build.
I display the possible SCRs in a list box, lstSCRs, for the user to select.
I display the selected SCRs in a subform, frmSCRs_for_DSSFs, on frmDSSF (the
subform is based on a table tblSCRs_for_DSSFs). I have the code working for
the user to add an SCR (I insert the required information into
tblSCRs_for_DSSFs and refresh the subform).
I can't figure out how to let the user remove an SCR. I would need to know
which SCR (txtSCR_ID) has the focus in the subform right before they click
the button to remove the SCR. If I know the SCR, then I can delete it from
the table and refresh the subform.
Any suggestions for me?
Thank you,
Judy
I display the possible SCRs in a list box, lstSCRs, for the user to select.
I display the selected SCRs in a subform, frmSCRs_for_DSSFs, on frmDSSF (the
subform is based on a table tblSCRs_for_DSSFs). I have the code working for
the user to add an SCR (I insert the required information into
tblSCRs_for_DSSFs and refresh the subform).
I can't figure out how to let the user remove an SCR. I would need to know
which SCR (txtSCR_ID) has the focus in the subform right before they click
the button to remove the SCR. If I know the SCR, then I can delete it from
the table and refresh the subform.
Any suggestions for me?
Thank you,
Judy