J
James O
Ok, hopefully this is easy hehe,
I have a table with many fields... and a query using that table one of the
fields is a number this number represents how many days until the record's
contract is fulfilled. This field in the query is [Fulfilled]-date() , the
number show up properly. Ok I am trying to make a report using this query,
and I want there to be 4 headers.
Contract Ending in les than 3 months
Ending between 3 months to 1 year
1year to 5 years
More than 5 years.
So I am thinking that I need to make a table with a duration field and a
Description field and add it to the query.
so :
Duration Description
<90 Less than 3 months
between 90 and 365 etc...
But im not sure how to bring it all together, thanks for your insight.
I have a table with many fields... and a query using that table one of the
fields is a number this number represents how many days until the record's
contract is fulfilled. This field in the query is [Fulfilled]-date() , the
number show up properly. Ok I am trying to make a report using this query,
and I want there to be 4 headers.
Contract Ending in les than 3 months
Ending between 3 months to 1 year
1year to 5 years
More than 5 years.
So I am thinking that I need to make a table with a duration field and a
Description field and add it to the query.
so :
Duration Description
<90 Less than 3 months
between 90 and 365 etc...
But im not sure how to bring it all together, thanks for your insight.