Hello all!
I have a form that reports to a table specific information about employees. When I want to view the information, I am only going to be interested in viewing a single employees entries over the course of the last year.
I used the criteria "Like [" to ask for a name at startup, but I was wondering if there was a way to make that selectable from a combo box or some other way to avoid having to type the entire name exactly.
The second part is a bit tougher. Instead of putting in a date range here, what I would like the query to do is automatically look at the last year ending on whatever today's date is. I could create a between criteria, but I assume that this is possible.
I really appreciate the help!