S
Scott Morford
I am developing a weed management database for the preserve I work on. One
of the queries I'm working on will allow the user to run a query and see which weed
patches have NOT been treated in the current calendar year.
This query involves two tables. The first contains the static information
about the weed patches. The second contains Treatment information. The
tables look something like this
Static Table fields:
Weed_ID (integer)
Species (text)
Treatment Table Fields:
Treatment number (autonumber)
Weed_ID (integer)
Treatment_date (date/time)
Treatment_type (text)
The tables are joined by Weed_ID
The query needs to parse the treatment table and return [static table].weed_id
and [static table].species where there is NO treatment record(s) with
treatment_date values in the current calendar year.
Access 97 seems to handle the NOT operator in a non standard fashion, that or
my syntax is really messed up.
Any help is greatly appreciated.
Scott Morford
Pine Butte Swamp Preserve
of the queries I'm working on will allow the user to run a query and see which weed
patches have NOT been treated in the current calendar year.
This query involves two tables. The first contains the static information
about the weed patches. The second contains Treatment information. The
tables look something like this
Static Table fields:
Weed_ID (integer)
Species (text)
Treatment Table Fields:
Treatment number (autonumber)
Weed_ID (integer)
Treatment_date (date/time)
Treatment_type (text)
The tables are joined by Weed_ID
The query needs to parse the treatment table and return [static table].weed_id
and [static table].species where there is NO treatment record(s) with
treatment_date values in the current calendar year.
Access 97 seems to handle the NOT operator in a non standard fashion, that or
my syntax is really messed up.
Any help is greatly appreciated.
Scott Morford
Pine Butte Swamp Preserve