Basically I started using access a few days ago, as a computer science student it's been fairly easy and I have a good understanding so far. However, I'm finding it very difficult to calculate data. In particular sick days.
I have a part time database to input that includes the following:
Starting Day
Ending Day
Mon, Tues, Wed, Thurs, Fri (as selection boxes of when the person is working)
Days per week
I need to calculate how many days they are available to work between Start and End. the problem I'm having is that I can't find a way to convert date (as in 24/2/1901) to give the day (Mon, Tues, etc), or a way to record what days a person is working so as to get an accurate measure of the total days they can work.
Example: If someone can work on only Wednesday, but starts work on Thursday, I cannot get the code to take this into account, it will just give me the - total days they can work/days per week they can work.
Unfortunately this is useless as I'm trying to account for the percentage of sick days a person has had, and so needs to more better than approximation.
Any help would be great. I've also been looking into VBA code, but am still unsure as to how I implement it effectively.
EDIT: Have experience with Java and C, so don't be scared to use jargon
I have a part time database to input that includes the following:
Starting Day
Ending Day
Mon, Tues, Wed, Thurs, Fri (as selection boxes of when the person is working)
Days per week
I need to calculate how many days they are available to work between Start and End. the problem I'm having is that I can't find a way to convert date (as in 24/2/1901) to give the day (Mon, Tues, etc), or a way to record what days a person is working so as to get an accurate measure of the total days they can work.
Example: If someone can work on only Wednesday, but starts work on Thursday, I cannot get the code to take this into account, it will just give me the - total days they can work/days per week they can work.
Unfortunately this is useless as I'm trying to account for the percentage of sick days a person has had, and so needs to more better than approximation.
Any help would be great. I've also been looking into VBA code, but am still unsure as to how I implement it effectively.
EDIT: Have experience with Java and C, so don't be scared to use jargon
