I have run a series of update queries (a separate query for each month of the year)to "flag" people who are eligible each month. My series of queries look like the following except that obviously I replace Jan with Feb and the correct date range for each subsequent query. Rather than running 12 consecutive update queries can this be done in 1 query and achieve the same results?
Field: Jan EligBeginDate EligEndDate
Update To: "1"
Criteria: <=#1/31/2002# >=#1/1/2002#
Field: Jan EligBeginDate EligEndDate
Update To: "1"
Criteria: <=#1/31/2002# >=#1/1/2002#