Triel
07-21-2008, 09:08 PM
Hi all, I am new to the forum. I am having a hard time with this report they want me to do. I am thinking it is not possible with the fields in the database they created.
The report is to print out all new users to the system for that particular month. I know how to filter out and get just the month users but this does not guarantee they are "new" users.
The fields in the database are: "studentId" (key- silly text), First Name, Last Name, Date of Service, Hours used service, service used.
I am thinking there needs to be another date field where the date of first use is entered. Or am I all wet and there is another way?
hmm actually maybe you can do it. I guess maybe you could do a query pulling all the records for the month, then run another query that ties the 2 two together and filter out some how any records that have records for another month?
Seems a bit complicated though. Ideas? Code?
Any help would be appreciated. Thx for your time!
The report is to print out all new users to the system for that particular month. I know how to filter out and get just the month users but this does not guarantee they are "new" users.
The fields in the database are: "studentId" (key- silly text), First Name, Last Name, Date of Service, Hours used service, service used.
I am thinking there needs to be another date field where the date of first use is entered. Or am I all wet and there is another way?
hmm actually maybe you can do it. I guess maybe you could do a query pulling all the records for the month, then run another query that ties the 2 two together and filter out some how any records that have records for another month?
Seems a bit complicated though. Ideas? Code?
Any help would be appreciated. Thx for your time!