I asked this question before but focused on something that has now become irrelevant.
I Have a number of forms which either display the whole table/query or a predefined subset.
The form is continuous. The user wants to be able to search on specific columns for a string. I've pointed out he can right click and select a filter and do all of sophisticated things but he wants to type a string into a box, press a button and return, say for example, all customers that have "Ltd" in their name. I'm not sure how to do this. Can I put this in the form header and reload the page with some query?
I Have a number of forms which either display the whole table/query or a predefined subset.
The form is continuous. The user wants to be able to search on specific columns for a string. I've pointed out he can right click and select a filter and do all of sophisticated things but he wants to type a string into a box, press a button and return, say for example, all customers that have "Ltd" in their name. I'm not sure how to do this. Can I put this in the form header and reload the page with some query?