Filter data to show monthly/weekly hours

G

Guest

I am using Access to make timesheets and Billing rates for clients. I was
wondering if there was a way to make a query that shows only the hours of the
employee for a specific month. I have the date function in my table i need
the query to show up for example only april w/ the hours that correspond.
 
D

Duane Hookom

You can create a form with two text boxes
Form: frmDates
Text Boxes: txtStart and txtEnd

Then in your report's record source query enter a criteria under the "date
function in my table" like:
Between Forms!frmDates!txtStart and Forms!frmDates!txtEnd

Your form must be open and values entered prior to running your report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top