Can anyone help i am looking to create a report with the record selection criteria 1 month from the current date, is there an easy way to do this i've tried
{debt.dt-datinstr} >= Date(DateAdd("m", -1, Date(Year(CurrentDate), Month(CurrentDate), 1)))
and
{debt.dt-datinstr} < Date(Year(CurrentDate), Month(CurrentDate), 1)
)
but no joy
Thanks in advance
{debt.dt-datinstr} >= Date(DateAdd("m", -1, Date(Year(CurrentDate), Month(CurrentDate), 1)))
and
{debt.dt-datinstr} < Date(Year(CurrentDate), Month(CurrentDate), 1)
)
but no joy
Thanks in advance