C
Chris
I created the following field in my query:
Years of Service: (DateDiff("d",dbo_HR_EMPLOYEES.SERVICE_DT,[Service to
Date? (MM/DD/YY):])/365)
I plug in an "as of" service date. I want the Years Of Service in whole
numbers to show up, but NOT rounded. For example if the years of service
are as follows
John Smith 15.33
Jane Doe 15.83
I would like the decimals to just drop off and see 15 for both....any ideas?
Thanks,
Chris
Years of Service: (DateDiff("d",dbo_HR_EMPLOYEES.SERVICE_DT,[Service to
Date? (MM/DD/YY):])/365)
I plug in an "as of" service date. I want the Years Of Service in whole
numbers to show up, but NOT rounded. For example if the years of service
are as follows
John Smith 15.33
Jane Doe 15.83
I would like the decimals to just drop off and see 15 for both....any ideas?
Thanks,
Chris