techkenny1
Technical User
Hi all,
I have a frorm which has an append control on it.
The code behind the control button is;
DoCmd.OpenQuery "QCredit_Update"
DoCmd.OpenQuery "QCredits_del"
After the Delete action takes place the message comes up, " record deleted".
How can I remove this message from appearing.
Many thanks
kp
I have a frorm which has an append control on it.
The code behind the control button is;
DoCmd.OpenQuery "QCredit_Update"
DoCmd.OpenQuery "QCredits_del"
After the Delete action takes place the message comes up, " record deleted".
How can I remove this message from appearing.
Many thanks
kp