G
guins.fan
I am building a database to keep track of personnel. I need to be able
to count the number of days that a person has been on a project (ie.
0-30 days; 31-60 days, 61-90 days, <90). I have a Started Project Date
in my table and can't seem to get the Function/coding right to pull
these dates. I need to have each category in a report field
(0-30-----# of Projects, etc...) I was trying to avoid using a query,
if possible. I can visualize the code, but don't know how to achieve
it in Access 2003. I believe the code would be an IF statement,
something like:
IF ([ProjDate]<= Date()-30, [Count],0)
But, I'm not as savvy on the coding as I need to be.
Any help would be appreciated. Thanks
~CRASH~
to count the number of days that a person has been on a project (ie.
0-30 days; 31-60 days, 61-90 days, <90). I have a Started Project Date
in my table and can't seem to get the Function/coding right to pull
these dates. I need to have each category in a report field
(0-30-----# of Projects, etc...) I was trying to avoid using a query,
if possible. I can visualize the code, but don't know how to achieve
it in Access 2003. I believe the code would be an IF statement,
something like:
IF ([ProjDate]<= Date()-30, [Count],0)
But, I'm not as savvy on the coding as I need to be.
Any help would be appreciated. Thanks
~CRASH~