H
Harmannus
Hallo,
What am i doing wrong?
If Month(Me.Billingdate) = 1 Then
Me.[PeriodID].Value = 2
End If
If date is 28-01-2004 is should return 1 meaning periodid=2
The month doesn't compute right somehow. I don't get a good value. What am i
doing wrong here....
Any suggestions on how to efficiently set the period for a given date? The
idea is that the bill gets payd following the month it was filed. So bill
january gets payed february. Following the above i have to make 12 if then
statements. Is there a more efficient way?
Thanx for any tips.
Regards,
Harmannus
What am i doing wrong?
If Month(Me.Billingdate) = 1 Then
Me.[PeriodID].Value = 2
End If
If date is 28-01-2004 is should return 1 meaning periodid=2
The month doesn't compute right somehow. I don't get a good value. What am i
doing wrong here....
Any suggestions on how to efficiently set the period for a given date? The
idea is that the bill gets payd following the month it was filed. So bill
january gets payed february. Following the above i have to make 12 if then
statements. Is there a more efficient way?
Thanx for any tips.
Regards,
Harmannus