G
Guest
I have a select query that shows an employee's last day on payroll. For a
mail merge I am working on I want the query to show me the last day of the
month.
For example
[dbo_Pr_EmpPayData_T]![dteTerminationDate] = 10/17/2006
I want a field to show up like this
LastDayOGLI= 10/31/2006
Of course [dbo_Pr_EmpPayData_T]![dteTerminationDate] always varies in each
case. Help me with a formula?
mail merge I am working on I want the query to show me the last day of the
month.
For example
[dbo_Pr_EmpPayData_T]![dteTerminationDate] = 10/17/2006
I want a field to show up like this
LastDayOGLI= 10/31/2006
Of course [dbo_Pr_EmpPayData_T]![dteTerminationDate] always varies in each
case. Help me with a formula?