S
Stephanie
Hi. I've been using this statement to get user input and
perform DateDiff:
Expr1: DateDiff("m",Max([MembershipType].
[DateOfLastRenewal]),[Reference date for Renewals:
(MM/DD/YY)],True)
I'm like to change [Reference date for Renewals:
(MM/DD/YY)]
to reflect an input form DateParam with unbound field
FindDate. Generally when I use the input form, I have a
combo box with a bound coulmn to an ID and the second
column as something the user would understand (01,
January). But here I'm just using a plain user typed date
field. It's not working. I don't know if the concept is
convoluted or if my syntax is wrong. I tried
Expr1: DateDiff("m",Max([MembershipType].
[DateOfLastRenewal]),[DateParam.FindDate],True) with the
criteria set to forms![DateParam]![FindDate] but that
didn't work.
Any suggestions? Detail are very nice. Thanks, Stephanie
perform DateDiff:
Expr1: DateDiff("m",Max([MembershipType].
[DateOfLastRenewal]),[Reference date for Renewals:
(MM/DD/YY)],True)
I'm like to change [Reference date for Renewals:
(MM/DD/YY)]
to reflect an input form DateParam with unbound field
FindDate. Generally when I use the input form, I have a
combo box with a bound coulmn to an ID and the second
column as something the user would understand (01,
January). But here I'm just using a plain user typed date
field. It's not working. I don't know if the concept is
convoluted or if my syntax is wrong. I tried
Expr1: DateDiff("m",Max([MembershipType].
[DateOfLastRenewal]),[DateParam.FindDate],True) with the
criteria set to forms![DateParam]![FindDate] but that
didn't work.
Any suggestions? Detail are very nice. Thanks, Stephanie