H
Holger Wunderlich
Hello,
I have a problem I cannot solve:
I have an open form A and from this form I have to open the same form A again.
The result should be, that there are two forms A open.
(They are not really equal, because in the record-source is set via openargs and
source-code)
The normal docmd.openform A... doesn't work.
set newForm = new application.forms(A) doesn't work either.
Thank you for reading and answering
Holger Wunderlich
I have a problem I cannot solve:
I have an open form A and from this form I have to open the same form A again.
The result should be, that there are two forms A open.
(They are not really equal, because in the record-source is set via openargs and
source-code)
The normal docmd.openform A... doesn't work.
set newForm = new application.forms(A) doesn't work either.
Thank you for reading and answering
Holger Wunderlich