J
Jan Nielsen
In an Access adp project I've made a form displaying some information from a
SQL server.
This form is used in Form view and displaying a single record at a time.
The table behind contains a row which refers to another record within the
same table.
When I double click this reference (displayed as a drop down combobox), I
would like to open a new dialog displaying the referenced record.
This all work fine if I create a new form with another name (using
DoCmd.OpenForm). But as it's just another record in the same table, I would
like to open a second window with the same form. Like two instances of the
same form displaying different records in the table.
However when I try to open the second window it never appears, instead
strange things happen to the first window (some texts becomes bold).
Can I somehow open two instances of the same form ? or do I have to copy
the form so that I have two form which are exactly yhe same ?
I use Access 2000 so far. Would Access 2003 fix the problem ?
Thanks in advance,
Jan Nielsen
SQL server.
This form is used in Form view and displaying a single record at a time.
The table behind contains a row which refers to another record within the
same table.
When I double click this reference (displayed as a drop down combobox), I
would like to open a new dialog displaying the referenced record.
This all work fine if I create a new form with another name (using
DoCmd.OpenForm). But as it's just another record in the same table, I would
like to open a second window with the same form. Like two instances of the
same form displaying different records in the table.
However when I try to open the second window it never appears, instead
strange things happen to the first window (some texts becomes bold).
Can I somehow open two instances of the same form ? or do I have to copy
the form so that I have two form which are exactly yhe same ?
I use Access 2000 so far. Would Access 2003 fix the problem ?
Thanks in advance,
Jan Nielsen