A control button opens a form which inturn processes a series of events at the end of which I would like the form to close.
If I put DoCmd.Close acForm, " " in the last line of button click event of the control button I get an endless loop I have to close with Pause break.
If I put DoCmd.Close .... at the end of an event in the opened form I get error message, " This action can't be carrier out while processing a form or report event"
How do I close this form?
Thanks.
If I put DoCmd.Close acForm, " " in the last line of button click event of the control button I get an endless loop I have to close with Pause break.
If I put DoCmd.Close .... at the end of an event in the opened form I get error message, " This action can't be carrier out while processing a form or report event"
How do I close this form?
Thanks.