G
Guest
I am trying to open a report using the following WHERE Clause that will find
me records over 31 days old but less than 60 days old.
strWhere = "(ReferralDate + 31 >= #" & Date - 60 & "#)"
DoCmd.OpenReport "CYF IH Cases Open", acViewPreview, , strWhere
me records over 31 days old but less than 60 days old.
strWhere = "(ReferralDate + 31 >= #" & Date - 60 & "#)"
DoCmd.OpenReport "CYF IH Cases Open", acViewPreview, , strWhere