Maxi2011
Registered User.
- Local time
- Today, 14:04
- Joined
- Aug 6, 2004
- Messages
- 16
Hi
I am currently making a databse which stores contracts. One of the main functions I want it to perform is to retrieve all the contracts due to expire within each quarter (running from Jan-Mar, Apr-June etc), each half (Jan-Jun and Jul-Dec) and each year (Jan-Dec). These time periods will remain fixed e.g. it would not be possible for a 'quarter' to be Nov-Jan.
All i need in a nutshell is to be able to get all the records for which the 'Expiration Date' falls within the relevant time period (quarter, year, half etc)
I may be missing something obvious but I am having some real issues figuring out a good way to do this (I'm still pretty new to all this!) but I am A) not sure how I can get access to recognise the various time periods I want it to and B) Get it to display that info in a report or query (which I would then run a report off) C) What the best way to have the user select the time period they want to retireve the info for and how to link this to the query and/or VB Module relevant to it.
Thanks in advance for any help.....
Maxi
I am currently making a databse which stores contracts. One of the main functions I want it to perform is to retrieve all the contracts due to expire within each quarter (running from Jan-Mar, Apr-June etc), each half (Jan-Jun and Jul-Dec) and each year (Jan-Dec). These time periods will remain fixed e.g. it would not be possible for a 'quarter' to be Nov-Jan.
All i need in a nutshell is to be able to get all the records for which the 'Expiration Date' falls within the relevant time period (quarter, year, half etc)
I may be missing something obvious but I am having some real issues figuring out a good way to do this (I'm still pretty new to all this!) but I am A) not sure how I can get access to recognise the various time periods I want it to and B) Get it to display that info in a report or query (which I would then run a report off) C) What the best way to have the user select the time period they want to retireve the info for and how to link this to the query and/or VB Module relevant to it.
Thanks in advance for any help.....
Maxi