M
Maria
Hi,
My company needs to do driver observations on all of our drivers once per
month. My database has a field where I enter the date of the driver
observation. Towards the end of the month, I need to create a report of all
drivers who have been observed, and another report for all drivers who still
need to be observed. The observation date field usually has a past date in
it and is updated each month. I created a parameter query Between [Enter
Beginning Date] And [Enter Ending Date] and it works fine and lists all the
drivers who have already had observations. I then used the same query, but
for the criteria, I put Not Between [Enter Beginning Date] And [Enter Ending
Date] to get all the drivers who still need an observation, but no records
are returned. The Observation Date field is either empty or has the date of
a previos month in it, so I need to specify the current month so I thought
by asking which records do NOT have THIS month's date (or whatever date
range is entered) would return the correct records. How do you ask for
records that do not have a perticular date range? Thanks.
Maria
My company needs to do driver observations on all of our drivers once per
month. My database has a field where I enter the date of the driver
observation. Towards the end of the month, I need to create a report of all
drivers who have been observed, and another report for all drivers who still
need to be observed. The observation date field usually has a past date in
it and is updated each month. I created a parameter query Between [Enter
Beginning Date] And [Enter Ending Date] and it works fine and lists all the
drivers who have already had observations. I then used the same query, but
for the criteria, I put Not Between [Enter Beginning Date] And [Enter Ending
Date] to get all the drivers who still need an observation, but no records
are returned. The Observation Date field is either empty or has the date of
a previos month in it, so I need to specify the current month so I thought
by asking which records do NOT have THIS month's date (or whatever date
range is entered) would return the correct records. How do you ask for
records that do not have a perticular date range? Thanks.
Maria