(off-topic) MS Access help
= dtRenewal
dtRenewal = JoinedOn
count = 0
Do Until dtRenewal > date
dtRenewal = DateAdd("yyyy", 1, dtRenewal)
count = count + 1
If count > 20 Then Exit Do
Loop
The expression you entered contains an invalid syntax
you may have entered an operand without an operator
I have never dealt with expressions in Access before, and I am somewhat confused. Using help in access doesn't do me much good. Does anyone know how to do this? Thanks taking the time to read this, and thanks in advance to anyone who attempts to help me out.



