Hi,
I am brand new to using access only this week and I've been teaching myself. I have stumbled across some problems in a database I am trying to build.
The database is for the purpose of summarizing the total number of days staff have been sick over a variable period, and displaying that information as a bar chart.
So I created a form for entering staff details, and a second form for entering the date and staff name for a sick day. These both work find and it creates a list showing the date followed by the name of the person sick that day.
I'm having trouble after this. I cannot figure out how to set up a system where you can select 2 dates, and it shows a list of each staff member once, followed by the total number of days they've taken off, just like this:
John Smith 3
John Doe 4
Susan Smith 1
Etc.
I can't figure out how to either: select a date range or sum the total days they've been off, as currently it just displays as a list showing the date, then their name.
After I can get this list created, I can make a chart from it.
Does anyone know how I can proceed?
Thanks,
James.