I have a help desk database that has a form with a summary view. The form looks something like this,
WO# - Date - Requested By - Summary - Tech Assigned
123 - 06/27/03 - Pancho - Test - Larry
124 - 06/26/03 - Ed - test 2 - Curly
etc.
What I want to do is be able to click on WO# for example and have all of the wo sorted, or click on Tech assigned and sort it by tech.
I can probably do something like
On Click of WO# Close form and Open form again with such and such filter that sorts everything with wo#. But I would like to be able to do this just with code and not using any queries. I think I can get it working with queries fairly easy but just wondering if there is a way to do it without. Thanks
WO# - Date - Requested By - Summary - Tech Assigned
123 - 06/27/03 - Pancho - Test - Larry
124 - 06/26/03 - Ed - test 2 - Curly
etc.
What I want to do is be able to click on WO# for example and have all of the wo sorted, or click on Tech assigned and sort it by tech.
I can probably do something like
On Click of WO# Close form and Open form again with such and such filter that sorts everything with wo#. But I would like to be able to do this just with code and not using any queries. I think I can get it working with queries fairly easy but just wondering if there is a way to do it without. Thanks