A
Anne
Hi! I'm working on a database where I have one form,
called "View Main Records", that houses the information
itself. I also have a "Search Main Records" form that
allows the user to search multiple fields and then the
corresponding records come up from the "View Main Records"
form.
What I need is a way to refresh the "Search Main Records"
form as soon as the results come up in "View Main
Records." This would be some kind of VB code to clear the
form so that after the user browses the results and closes
the other form, s/he could begin a new search without
having to close the search form. Right now I have
Me.Refresh, but I still have to close the search form to
start over. Any ideas?
called "View Main Records", that houses the information
itself. I also have a "Search Main Records" form that
allows the user to search multiple fields and then the
corresponding records come up from the "View Main Records"
form.
What I need is a way to refresh the "Search Main Records"
form as soon as the results come up in "View Main
Records." This would be some kind of VB code to clear the
form so that after the user browses the results and closes
the other form, s/he could begin a new search without
having to close the search form. Right now I have
Me.Refresh, but I still have to close the search form to
start over. Any ideas?