I don't know if this is enough information for anybody to help, but I hope so.
I have a query that looks at a date that an employee took as a vacation day. I look at that date and return "vacation year" depending on what begindate and enddate it fell between.
I'm trying to do that with this selection criteria in a query:
VacationYear: IIf([Date_off] Between [vacationstartyear] And [vacationendyear],[vacationyear])
It produces the correct data and an additional blank record for each row. And I don't know why.
I'd really appreciate any help.
I have a query that looks at a date that an employee took as a vacation day. I look at that date and return "vacation year" depending on what begindate and enddate it fell between.
I'm trying to do that with this selection criteria in a query:
VacationYear: IIf([Date_off] Between [vacationstartyear] And [vacationendyear],[vacationyear])
It produces the correct data and an additional blank record for each row. And I don't know why.
I'd really appreciate any help.