Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: dpavlickPosted on 2009-10-08 at 11:10:01ID: 25528311
Don't let the User input a Filter as it "hides" records but does not reduce the real list. Create a way for them to perform a Search of the data without having to use Filters by using queries instead. This will remove the "hidden" records that the Filter doesn't actually remove. Then run your Update based off of that query.
Create a text box with a "Search" button next to it. When the User inputs data into the text box and clicks Search they initiate the running of your query and the data gets displayed in a Subform. It is recommended the checkbox for Print yes/no is available so the User can make adjustments as needed. You can add a Select All checkbox in the subform's header that if checked performs a loop that checks all the records and if unchecked it loops through and unchecks all the records, giving them more options to choose from. You can also have the query be based off multiple text boxes in the main form allowing the user to further limit the list as needed.