david7777777777
Programmer
What command or code do I use to have a page re-load in its initial state after certain criteria are met? What I want to do is to re-load a page that is used to show a list of employees by department. The page has a Departments recordset & a combo box from which the user selects the department, then the Employees recordset is opened using that search criteria when the Go button is clicked.
If the search results are 0, I want the page to reload so they can immediately select another department to search for without requiring them to click a link to re-load the page, which is how I currently have it working.
Thanks.
If the search results are 0, I want the page to reload so they can immediately select another department to search for without requiring them to click a link to re-load the page, which is how I currently have it working.
Thanks.