I have a continuous form showing a set of records. There is DoubleClick event on the record number, which will open a single form for that particular record. When you close that single form, the continuous form is shown again – all is good.
In the single form, there is a field that users can use for related records. If you double click that field, the single form now displays the record number that was in that related records field.
What I would like to do is have another instance of this single form open while keeping the original single form stacked behind. So when the user closes this instance of the form, the previously shown record can be seen again.
Is this possible and if so, are there any examples of how to do that?
In the single form, there is a field that users can use for related records. If you double click that field, the single form now displays the record number that was in that related records field.
What I would like to do is have another instance of this single form open while keeping the original single form stacked behind. So when the user closes this instance of the form, the previously shown record can be seen again.
Is this possible and if so, are there any examples of how to do that?