Hello
I have a Form which has a subform and its source object is a Query.
Now I also have a option group with three options
1- All
2- Sort by date
3- Sort by unit
"All" displays all data
Now when "sort by date" is selected is it possible to then have a textbox which you type in a date and the table is then sorted from the date typed to the current date?
Also when the option "sort by unit" is selected you then type into a separate text box the unit and all records of the unit are displayed.
Thanks
I have a Form which has a subform and its source object is a Query.
Now I also have a option group with three options
1- All
2- Sort by date
3- Sort by unit
"All" displays all data
Now when "sort by date" is selected is it possible to then have a textbox which you type in a date and the table is then sorted from the date typed to the current date?
Also when the option "sort by unit" is selected you then type into a separate text box the unit and all records of the unit are displayed.
Thanks
Comment