J
Jeff
I have a query that calculates various dates. The "calc" field shows the
number of weeks from the "StartDate". The data might look something like
this:
Date field Calc Field
1-1-04 0
1-2-04 0.07
1-3-04 0.14
......
1-14-04 1
1-15-04 1.07 etc
I only want to show the records that are whole numbers from the startdate.
So only the dates 1-1-04 and 1-14-04 will show. Any ideas on what I might
use a the criteria on the calc field?
I have tried adding MOD 2 in the calc field, Calc
.....)mod 2. but this
does not work, I am getting all kinds of strange numbers. I guess I don't
understand Modulus. According to help this should show the remainder only.
If I could show just the remainder I could use "0" in the criteria.
number of weeks from the "StartDate". The data might look something like
this:
Date field Calc Field
1-1-04 0
1-2-04 0.07
1-3-04 0.14
......
1-14-04 1
1-15-04 1.07 etc
I only want to show the records that are whole numbers from the startdate.
So only the dates 1-1-04 and 1-14-04 will show. Any ideas on what I might
use a the criteria on the calc field?
I have tried adding MOD 2 in the calc field, Calc

does not work, I am getting all kinds of strange numbers. I guess I don't
understand Modulus. According to help this should show the remainder only.
If I could show just the remainder I could use "0" in the criteria.