G
Guest
Help - Help - Help
I have a report to run using a date field. I need to compare the persons last absent date with the next date he gets an absent/tardy mark which starts the cycle all over again. If there has been 31 days lapsed without an absent/tardy they get to drop a point. I will be using a query to get the information from since there will be 200+ people to track. The query would allow me to have the manager run a report for a certain person for detail , and hopefully I can figure out a report that would just show bottom line totals for everyone.
My thoughs on the report would be
Date Occurance Last Date Point Val Days lapsed Reward Point
2/17/04 Absent 1
3/ 22/04 Absent 2/17/04 1 34 -1
3/26/04 Tardy 3/26/04 .5 4 0
Totals 1.5
Is this possible?
I am not very good at VB code
I see other example and try to copy
But I don't always know when I am supposed to change some of the text in the code to reflect my field names, form names, etc.
Example KeyName
KeyValue
F.RecordsetClone
RS =
I have tried to look at some books but they all seem to take for granted that you already know a lot of this stuff.
Trying to Learn --- Thanks
KentuckyDiane
I have a report to run using a date field. I need to compare the persons last absent date with the next date he gets an absent/tardy mark which starts the cycle all over again. If there has been 31 days lapsed without an absent/tardy they get to drop a point. I will be using a query to get the information from since there will be 200+ people to track. The query would allow me to have the manager run a report for a certain person for detail , and hopefully I can figure out a report that would just show bottom line totals for everyone.
My thoughs on the report would be
Date Occurance Last Date Point Val Days lapsed Reward Point
2/17/04 Absent 1
3/ 22/04 Absent 2/17/04 1 34 -1
3/26/04 Tardy 3/26/04 .5 4 0
Totals 1.5
Is this possible?
I am not very good at VB code
I see other example and try to copy
But I don't always know when I am supposed to change some of the text in the code to reflect my field names, form names, etc.
Example KeyName
KeyValue
F.RecordsetClone
RS =
I have tried to look at some books but they all seem to take for granted that you already know a lot of this stuff.
Trying to Learn --- Thanks
KentuckyDiane