G
Guest
I am working with multiple instances of forms and I am interested in knowing
if anyone has experience in using the Win API to close a specific form.
Note that I am aware of how to destroy a form instance in Access by simply
removing it from scope and otherwise close a form using the Docmd.Close
method.
What I want to be able to do is bypass the Docmd method since it only deals
with form names. I then want to be able to close each form by it's handle
reference.
What concerns me about using the API is that I may also be bypassing some
necessary behind the scenes methods that are handled by Access.
Any help here is appreciated.
if anyone has experience in using the Win API to close a specific form.
Note that I am aware of how to destroy a form instance in Access by simply
removing it from scope and otherwise close a form using the Docmd.Close
method.
What I want to be able to do is bypass the Docmd method since it only deals
with form names. I then want to be able to close each form by it's handle
reference.
What concerns me about using the API is that I may also be bypassing some
necessary behind the scenes methods that are handled by Access.
Any help here is appreciated.