G
Guest
Hi, I need some sage advice. I want to be able to open multiple instances of
a form.
At the moment with one instance, I clear a temp table then populate the
temp table with records. The temp table records comprise existing records and
possible additional records (That is, from a possible selection a user has
chosen a few). This is so that a user is always presented with all the
possible entries for the One side of the relationship. (I could just append
all the possible entries for each one side of the relationship. But I want to
avoid storing blank records.)
The problem is that there is only one temp table that would be called by
each instant of the form in a multiple instance scenario.
My question is: what are the alternative methods to achieve the desired
outcome and, which is the best and why?
Any ideas or suggestions appreciated
Many thanks
Jonathan
a form.
At the moment with one instance, I clear a temp table then populate the
temp table with records. The temp table records comprise existing records and
possible additional records (That is, from a possible selection a user has
chosen a few). This is so that a user is always presented with all the
possible entries for the One side of the relationship. (I could just append
all the possible entries for each one side of the relationship. But I want to
avoid storing blank records.)
The problem is that there is only one temp table that would be called by
each instant of the form in a multiple instance scenario.
My question is: what are the alternative methods to achieve the desired
outcome and, which is the best and why?
Any ideas or suggestions appreciated

Many thanks
Jonathan