J
John
I have a table that has a list of employees date of birth. That field is
named "DOB". I want to create a report that prints out everyones month and
day of birth and sorts on that instead of sorting by their month, day, and
year.
For example say I have the following data:
Name: DOB:
employee_1 1/15/1900
employee_2 1/1/2000
employee_3 2/1/2000
I would like the data to be printed like the following:
employee_2 1/1
employee_1 1/15
employee_3 2/1
Currently sorting on DOB in the report yields the following though because
employee_1 was born before employee_2
employee_1 1/15
employee_2 1/1
employee_3 2/1
I have looked and looked and tried many different things without success.
Can anyone help me out? Thank you in advance to anyone that can help me out.
Best Regards,
John
named "DOB". I want to create a report that prints out everyones month and
day of birth and sorts on that instead of sorting by their month, day, and
year.
For example say I have the following data:
Name: DOB:
employee_1 1/15/1900
employee_2 1/1/2000
employee_3 2/1/2000
I would like the data to be printed like the following:
employee_2 1/1
employee_1 1/15
employee_3 2/1
Currently sorting on DOB in the report yields the following though because
employee_1 was born before employee_2
employee_1 1/15
employee_2 1/1
employee_3 2/1
I have looked and looked and tried many different things without success.
Can anyone help me out? Thank you in advance to anyone that can help me out.
Best Regards,
John