When my users work, they have multiple forms opened.
I asked them to hit the refresh all to save the current working record.
So this data can be propagated to other forms' lookup controls like combo box.
When they hit the refresh all, the current record from whatever opened forms got sorted and lost.
1) How can I save the current record on the working form without losing the location of the whatever forms they have opened?
2) When I add/edit on one form, I want that to propagated to other currently opened forms without losing their current location?
To propagate the data you just created from one form to other forms, I use the refresh all, is that right?