Hi folks,
I'm hoping this is easy, but I can't find it anywhere.
I want to use code builder, but can only access expression builder for a text-box. I wouldn't mind using expression builder if I new the equivalent to this:
If [frequency]= "Annual" Then
DateAdd("m",12,[DueDate])
ElseIf [frequency]="Quarterly" Then
DateAdd("m",3,[DueDate])
Else
DateAdd("m",6,[DueDate])
End if
As you probaly guessed, I need to add the next due date each time a check is received (some annually, quarterly, bi-annual).
Any help is much appreciated as always.
I'm hoping this is easy, but I can't find it anywhere.
I want to use code builder, but can only access expression builder for a text-box. I wouldn't mind using expression builder if I new the equivalent to this:
If [frequency]= "Annual" Then
DateAdd("m",12,[DueDate])
ElseIf [frequency]="Quarterly" Then
DateAdd("m",3,[DueDate])
Else
DateAdd("m",6,[DueDate])
End if
As you probaly guessed, I need to add the next due date each time a check is received (some annually, quarterly, bi-annual).
Any help is much appreciated as always.