F
Fernando
Hi there,
I have 2 forms: FormA and FormB. One opens FormB by clicking on a button on
FormA.
FormB contains information on record in the database. I would like to be
able to open multiple FormB at one time - i.e. multiple instances of FormB.
I am using the DoCmd.OpenForm method. What happen now is that only one
screen/FormB is opened, and every time I click the button in FormA (for a new
record) the new data appears in the single FormA that was already opened.
What should I use to the get multiple instances of FormB ?
Thank you very much.
Cheers
I have 2 forms: FormA and FormB. One opens FormB by clicking on a button on
FormA.
FormB contains information on record in the database. I would like to be
able to open multiple FormB at one time - i.e. multiple instances of FormB.
I am using the DoCmd.OpenForm method. What happen now is that only one
screen/FormB is opened, and every time I click the button in FormA (for a new
record) the new data appears in the single FormA that was already opened.
What should I use to the get multiple instances of FormB ?
Thank you very much.
Cheers