M
MJ
We are developing a database to import a number of different files into a
single source database table for tracking the number and durations of holds
on accounts.
We have developed the import engine and a form to edit duplication of
records. Each work well on their own, but the problem is that we need to
insert the form into the middle of the import loop and this creates the
problem...
1) How can we in the middle of this loop pop the form, pause the loop until
user interface is done, and then continue on with the loop from that point?
2) I also thought that rather than pop the form everytime through the
import loop, to do a conditional to check for the presence of these
duplicates and only if TRUE pop the form. Any suggestions?
Thank you in advance for your assistance.
MJ
single source database table for tracking the number and durations of holds
on accounts.
We have developed the import engine and a form to edit duplication of
records. Each work well on their own, but the problem is that we need to
insert the form into the middle of the import loop and this creates the
problem...
1) How can we in the middle of this loop pop the form, pause the loop until
user interface is done, and then continue on with the loop from that point?
2) I also thought that rather than pop the form everytime through the
import loop, to do a conditional to check for the presence of these
duplicates and only if TRUE pop the form. Any suggestions?
Thank you in advance for your assistance.
MJ