icemonster
Registered User.
- Local time
- Yesterday, 18:44
- Joined
- Jan 30, 2010
- Messages
- 502
hi
i have two calculated expression fields
the first is when a review should be done upon hiring and the other is the succeeding review afterwards and it goes like this:
initial review: IIf([TypeofHomemaker]=1,DateAdd("m",3,[HireDate]),IIf([TypeofHomemaker]=2,DateAdd("m",6,[HireDate])))
VisitDate: IIf([SupervisoryVisitDate] Is Null,[InitialVisit],IIf([TypeofHomemaker]=1,DateAdd("m",3,[SupervisoryVisitDate]),IIf([TypeofHomemaker]=2,DateAdd("m",6,[SupervisoryVisitDate]))))
now when i try to sort this, i get a parameter value. can anyone help me? thanks
i have two calculated expression fields
the first is when a review should be done upon hiring and the other is the succeeding review afterwards and it goes like this:
initial review: IIf([TypeofHomemaker]=1,DateAdd("m",3,[HireDate]),IIf([TypeofHomemaker]=2,DateAdd("m",6,[HireDate])))
VisitDate: IIf([SupervisoryVisitDate] Is Null,[InitialVisit],IIf([TypeofHomemaker]=1,DateAdd("m",3,[SupervisoryVisitDate]),IIf([TypeofHomemaker]=2,DateAdd("m",6,[SupervisoryVisitDate]))))
now when i try to sort this, i get a parameter value. can anyone help me? thanks