Guest_imported
New member
- Jan 1, 1970
- 0
Hello everybody,
Could anyone help me with my problem?
How do I close a popup form (the form's modality and popup property is set to "yes"
?
I tried using:
DoCmd.Close acForm, "NameOfForm"
Or even tried unloading it first:
Unload NameOfForm
But neither of them worked. = (
I suppose, I just need the DoCmd.Close method to close a form, don't I?
I tried closing another form in my database using this DoCmd.Close acForm and it worked. So I don't think it's because of the database file.
But how come the DoCmd.Close doesn't work with this popup Form?
Does anyone know how I can close the popup form?
Thank you for your time and help in advanced!
Oh...
I'm very new to this site by the way...
= }
Thank you,
-nano-
Could anyone help me with my problem?
How do I close a popup form (the form's modality and popup property is set to "yes"
I tried using:
DoCmd.Close acForm, "NameOfForm"
Or even tried unloading it first:
Unload NameOfForm
But neither of them worked. = (
I suppose, I just need the DoCmd.Close method to close a form, don't I?
I tried closing another form in my database using this DoCmd.Close acForm and it worked. So I don't think it's because of the database file.
But how come the DoCmd.Close doesn't work with this popup Form?
Does anyone know how I can close the popup form?
Thank you for your time and help in advanced!
Oh...
I'm very new to this site by the way...
= }
Thank you,
-nano-