G
Guest
I am working in a database where I build profiles, i have general information
that I need to turn into more specific information on a report. For example,
I have the birthdate of a person and I've pulled that into a query which
calculates their age so that I can show that on a report. The issue I am
facing now is calculating how much time in years and months that a person has
been working which is derived from their "in service date" I have the code to
calculate the year, but I don't have the code to calculate the months.
that I need to turn into more specific information on a report. For example,
I have the birthdate of a person and I've pulled that into a query which
calculates their age so that I can show that on a report. The issue I am
facing now is calculating how much time in years and months that a person has
been working which is derived from their "in service date" I have the code to
calculate the year, but I don't have the code to calculate the months.