R
rrt4703
I am trying to write a query that filters out all February 29th from a
set of start and stop dates passed to the query from a form. There is
also a check box to include or exclude the February 29th from the
query. This is what I have so far.
IIf([forms]![frm_individual_member]![check26]=True,Not 229,"*")
I just cant get it to pass the info into the criteria. Any help would
be greatly appreciated.
Thanks
set of start and stop dates passed to the query from a form. There is
also a check box to include or exclude the February 29th from the
query. This is what I have so far.
IIf([forms]![frm_individual_member]![check26]=True,Not 229,"*")
I just cant get it to pass the info into the criteria. Any help would
be greatly appreciated.
Thanks