judyscofield
Programmer
I'm a long time FoxPro programmer, fairly new to Access and need some help.
I placed a delete button on a codes tables maintenance form using the button wizard and it createdthe following code:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
I would like to code some activity if the user chooses yes to the delete messagebox, but not if they choose no. How can I tell what they have chosen, or is there another way to handle this? The user wants to delete the particular code in related tables if the code is deleted (just leaving it blank), but not delete the whole related record.
Thanks for the help.
Judy Scofield
I placed a delete button on a codes tables maintenance form using the button wizard and it createdthe following code:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
I would like to code some activity if the user chooses yes to the delete messagebox, but not if they choose no. How can I tell what they have chosen, or is there another way to handle this? The user wants to delete the particular code in related tables if the code is deleted (just leaving it blank), but not delete the whole related record.
Thanks for the help.
Judy Scofield