I have a main form set up with 4 tabs within. Two of the tabs have buttons that close the form to open a new one. When that open form is closed the system returns back to the main form but it resets itself to show the first tab, no matter which tab was open when the main form was closed.
Is there a way, besides opening the new window without closing the main one, of setting it up to remember which tab was open when the form was closed?
The reason the main form is closing is to update the table attached to the form with any new data added/changed. Is there another way of updating the data in the table without closing the form? This would solve the above problem.
Along a similar line, I also have another form that lists search results and allows the user to double-click on a record to pull up a detail screen. This closes the search screen and when the user returns to that screen it returns to the top of the list. Same question as above, is there a way to save where the user was at in the search form?
Sorry for the long post. Thanks in advance.
Is there a way, besides opening the new window without closing the main one, of setting it up to remember which tab was open when the form was closed?
The reason the main form is closing is to update the table attached to the form with any new data added/changed. Is there another way of updating the data in the table without closing the form? This would solve the above problem.
Along a similar line, I also have another form that lists search results and allows the user to double-click on a record to pull up a detail screen. This closes the search screen and when the user returns to that screen it returns to the top of the list. Same question as above, is there a way to save where the user was at in the search form?
Sorry for the long post. Thanks in advance.
