I have a form that I would like users to make a selection on, which filters a report, but I can’t work out the VBA
The first box is a drop down called SchoolName which allows them to select the school
The next two boxes are the dates they want to filter the report for TxtStartdate and txtEnd date,
when the users has selected dates the report will filter the form to show all training courses attended by that school between the dates that have been selected.
I can get it to filter on school or between the dates but not both?
P.s I’m new to VBA
Help?
Thanks
Kelly