Hi Everyone, i got a flexgrid with over a 1000 rows in my first form. This grid allows user to drill down into particular transactions by double clicking on a column/cell - which opens another window. When they are done viewing the second form they close and are presented with the 1st form.
My problem is: how can i prevent the 1st form from reloading everytime a user exits the 2nd form. This can save the user a lot of time waiting for the 1st form to reload.
To further clarify, i have placed my db code in USERFORM_ACTIVATE SUB.
Thank you for any hints or guidance.
My problem is: how can i prevent the 1st form from reloading everytime a user exits the 2nd form. This can save the user a lot of time waiting for the 1st form to reload.
To further clarify, i have placed my db code in USERFORM_ACTIVATE SUB.
Thank you for any hints or guidance.