I hope someone can help with a coding problem I am having in a series of reports.
unitswap = "FF101aDate"
mycheck = IsNull(FF101aDate)
If mycheck = True Then
mydate = DateDiff("d", initdate, Now)
datecheck
Else
mydate = DateDiff("d", FF101aDate, Now)
freqcheck
End If
I want to...