G
Garret
I have a database that, when starts up, opens a form (startup form).
This is just a useless form with About info on it, and I would like
this form to close as soon as the user goes to do something else. So I
figured the Forms LostFocus event was perfect for this, but I cannot
insert the code docmd.close because I always get the error: "This
action cannot be carried out while processing a form or report event".
How can I solve this?
This is just a useless form with About info on it, and I would like
this form to close as soon as the user goes to do something else. So I
figured the Forms LostFocus event was perfect for this, but I cannot
insert the code docmd.close because I always get the error: "This
action cannot be carried out while processing a form or report event".
How can I solve this?