B
Bill
Hi,
I'm trying to figure it out where I can enter the date myself rather than
using "DATE ()".
1) I create the queries and it's work but this is not what I'm looking for:
GroupName: IIf((DateAdd("yyyy",1,[LastDayPaid]))<Date() And
[StartDate]>[LastDayPaid] And
[SGroupName]='Active','Discontinued',[SGroupName])
2) I try to change to but it doesn't work:
GroupName: IIf((DateAdd("yyyy",1,[LastDayPaid]))<[Enter Date of this Month]
And [StartDate]>[LastDayPaid] And
[SGroupName]='Active','Discontinued',[SGroupName])
Both are the same but the only different is "Date()" and "[Enter Date of
this Month]. Please help me if I did wrong on #2 because it doesn't work
and give more numbers of records.
Thanks
I'm trying to figure it out where I can enter the date myself rather than
using "DATE ()".
1) I create the queries and it's work but this is not what I'm looking for:
GroupName: IIf((DateAdd("yyyy",1,[LastDayPaid]))<Date() And
[StartDate]>[LastDayPaid] And
[SGroupName]='Active','Discontinued',[SGroupName])
2) I try to change to but it doesn't work:
GroupName: IIf((DateAdd("yyyy",1,[LastDayPaid]))<[Enter Date of this Month]
And [StartDate]>[LastDayPaid] And
[SGroupName]='Active','Discontinued',[SGroupName])
Both are the same but the only different is "Date()" and "[Enter Date of
this Month]. Please help me if I did wrong on #2 because it doesn't work
and give more numbers of records.
Thanks