Hi, i have a form with two subforms, the first one shows four fields records and the second one has a copy icon for copying and pasting the records in the first subform.
I need to stop from the AfterUpdate event of the first subform the procedure on the OnClick event of the copy icon in the second subform.
I have tried with End, but i think it only works for the module which it is in.
Any other way of making the procedure in the second subform stop from the procedure in the first subform?
Thanks for any help given.
I need to stop from the AfterUpdate event of the first subform the procedure on the OnClick event of the copy icon in the second subform.
I have tried with End, but i think it only works for the module which it is in.
Any other way of making the procedure in the second subform stop from the procedure in the first subform?
Thanks for any help given.