Reports and subreports that have worked well for years recently began asking for parameters when encountering text boxes that involve either Date() or Right. E.g.,=IIf([stepdue]<Date() And [stepdone]=False,"Overdue","")I replaced "Date()" with "Now()" and removed "Right"--and no longer get errors.
=Right([txtgoalnumber],1)
What might be the cause of the problem?



