I'm sure what I want is pretty basic, but I just can't seem to find the answer in any posts or any of my "mastering" books.
I just want to use the eDate function In Access 2000. Which, like "Workday" will show up in Excel if I add-in the Analysis toolpak. Although I've seen it used in several threads here, I just can't get it to work.
In a query (design view, I'm not too good at SQL) I've tried using it with Where and Expression but it keeps asking me to "define eDAte". Which leads me to believe it's not in any of the libraries in Access but probably has to be created in a global module [manually].
If anyone could post the code or tell me where to find it, it would be much appreciated.
What I'm trying to is find out the Monthly Payment dates from the date of a loan. That is, From the field "dtDateOfLoan" which may be Dec 31, 03.
I'd like "curPayment1" to be Jan 31, 04
curPayment2 should equal Feb 29, 04
curPayment3 = Mar 31,04
curPayment4 = Apr 30, 04
Etc.
Many thanks in advance.
==========================
Qman
"You know you enjoy code,
when you dream in it.
I just want to use the eDate function In Access 2000. Which, like "Workday" will show up in Excel if I add-in the Analysis toolpak. Although I've seen it used in several threads here, I just can't get it to work.
In a query (design view, I'm not too good at SQL) I've tried using it with Where and Expression but it keeps asking me to "define eDAte". Which leads me to believe it's not in any of the libraries in Access but probably has to be created in a global module [manually].
If anyone could post the code or tell me where to find it, it would be much appreciated.
What I'm trying to is find out the Monthly Payment dates from the date of a loan. That is, From the field "dtDateOfLoan" which may be Dec 31, 03.
I'd like "curPayment1" to be Jan 31, 04
curPayment2 should equal Feb 29, 04
curPayment3 = Mar 31,04
curPayment4 = Apr 30, 04
Etc.
Many thanks in advance.
==========================
Qman
"You know you enjoy code,
when you dream in it.