G
Guest
I need help! In more ways than one, but especially with a formula/filter. I
have a form (Age Selection Form) with a listbox that has several different
age ranges to select from (ie; 0-5, 6-12, 13-17, 18+). When you double click
on one of the selection I need it to run a report that filters students by
the age range selected. I am able to open the report but the filter I have
created or attempted to create keeps giving me an error stating that I am
“missing an operator†and I can’t seem to find out where…Below I have listed
what I have come up with so far. If anyone could take a look at it and
possibly show me where I have gone wrong I would be forever grateful.
Here is what I have so far:
Age=IIF(([Forms]![Age Selection Form]![Age Selection]="0-5"), >="0" And <="5")
I may be completely off but I was just trying to test with one of the age
ranges. I can add the rest once I get the basic part down.
Again, any assistance would be greatly appreciated. I thank you in advance
for your time and effort.
have a form (Age Selection Form) with a listbox that has several different
age ranges to select from (ie; 0-5, 6-12, 13-17, 18+). When you double click
on one of the selection I need it to run a report that filters students by
the age range selected. I am able to open the report but the filter I have
created or attempted to create keeps giving me an error stating that I am
“missing an operator†and I can’t seem to find out where…Below I have listed
what I have come up with so far. If anyone could take a look at it and
possibly show me where I have gone wrong I would be forever grateful.
Here is what I have so far:
Age=IIF(([Forms]![Age Selection Form]![Age Selection]="0-5"), >="0" And <="5")
I may be completely off but I was just trying to test with one of the age
ranges. I can add the rest once I get the basic part down.
Again, any assistance would be greatly appreciated. I thank you in advance
for your time and effort.