I am building a form for users to view and filter records.
In the top half of the form I have a heap of text box fields to that allow the user filter by date range or search for text.
In the bottom half I have Subform where I want to list the result of a query basesd on the criteria in the fields above.
My questions are:
- Can this be done through the GUI or will I need to do something in VBA?
- Can sombody provide a little guidance as to how I should appoach this?