G
Guest
Again, I need help!
I'm trying to create a report that show how many patients were seen on a
particular day. For example I have to create a monthy report that shows the
stats for each day of the month.
I have to create a report that show how many patients were seen on each day
of the month.
I have a [PatientData] table that stores the [SSN] and [DrawDate]. The
report would look something like this:
1 10
2 15
3 22
My problem is that I want the user to be able to dictate which month the
report is for. So that they can enter 'December' and get Decembers stats...
Possible?
Thanks in advance.
I'm trying to create a report that show how many patients were seen on a
particular day. For example I have to create a monthy report that shows the
stats for each day of the month.
I have to create a report that show how many patients were seen on each day
of the month.
I have a [PatientData] table that stores the [SSN] and [DrawDate]. The
report would look something like this:
1 10
2 15
3 22
My problem is that I want the user to be able to dictate which month the
report is for. So that they can enter 'December' and get Decembers stats...
Possible?
Thanks in advance.