diddydustin
Programmer
Hey guys,
I was wondering if anyone could help me in the right direction. I have a query that returns many results. I would like to create a form that has 4-5 textboxes/comboboxes that are used to select the criteria for the query. I guess they would be establishing a filter for the query and then opening it. However, I would like the form controls to have the option to be null, as the user may not want to select all the criteria at all times. (For example, they may just want a date range, or they may want a date range plus a price). I think this should be very simple but I can't seem to find an example anywhere. If anyone could point me in the right direction of what my controls need to be doing, it would be great.
I am going to have 4-5 controls and a submit button. So the event should be for the OnClick of the submit button.
Thanks guys!
Dustin
I was wondering if anyone could help me in the right direction. I have a query that returns many results. I would like to create a form that has 4-5 textboxes/comboboxes that are used to select the criteria for the query. I guess they would be establishing a filter for the query and then opening it. However, I would like the form controls to have the option to be null, as the user may not want to select all the criteria at all times. (For example, they may just want a date range, or they may want a date range plus a price). I think this should be very simple but I can't seem to find an example anywhere. If anyone could point me in the right direction of what my controls need to be doing, it would be great.
I am going to have 4-5 controls and a submit button. So the event should be for the OnClick of the submit button.
Thanks guys!
Dustin