I have a access database that retrieves a customers date of application (LE) and amount of time he's eligible for our services (LF.)
I need to add the number of months (LF) to the date of application (LE) and get the new date. I also need it to display the last day of that month.
Here's an example
if LE gives me: 02/01/2019
and LF gives me: 06
I need to query to display: 08/01/2019
also to display: 08/31/2019 in another field.
Please help.. Thank you for a project