G
Guest
I need to filter 8 pay periods (PP) from user selected PP. For example if
user select PP 12, I need to show every entry between PP 5 and 12.
I have set up following criteria in fields CompYear and CompPeriod (I am
just showing the last part of the criteria, [Forms]![frmSelect] is omitted):
1. line: YearStart >=PeriodStart
2. line: YearEnd <=PeriodEnd
This works great when I query values for different years (2004/48 – 2005/3).
However, when I query values from the same year (e.g. PP 15) I get every
value from PP1, rather than PP 8. I am at the end of my ideas. What am I
doing wrong?
Thank you for your help.
user select PP 12, I need to show every entry between PP 5 and 12.
I have set up following criteria in fields CompYear and CompPeriod (I am
just showing the last part of the criteria, [Forms]![frmSelect] is omitted):
1. line: YearStart >=PeriodStart
2. line: YearEnd <=PeriodEnd
This works great when I query values for different years (2004/48 – 2005/3).
However, when I query values from the same year (e.g. PP 15) I get every
value from PP1, rather than PP 8. I am at the end of my ideas. What am I
doing wrong?
Thank you for your help.