I have a query that lists various attributes of a group of individuals. One of the attributes is the date of death. For most of the records, that field is null. However, if the individual has died, the operator inserts the date of death in the form of mm/dd/yyyy. Now, I want to create a query based that the aforementioned query that, when executed, asks the operator for a year (What year to report?), then locates only the records with a date of death in the requested year. I've been working in the second query using the design view. I know how to ask the question. I don't know how to compare the operator's response to the year of the date of death.
Looking forward to suggestions. Thanks.