I have a query that looks up checks returned.
check #
Date Returned (criteria = DATE RETURNED <> 0)
Amount
Amount collected
I would like to prompt the user "Include collected checks"
A YES response will include checks where AMOUNT = AMOUNT COLLECTED.
A NO response will return all checks where AMOUNT is greater than Amount collected. Excluding checks that have a collection amount = or greater than the Amount.
Many thanks in advance
check #
Date Returned (criteria = DATE RETURNED <> 0)
Amount
Amount collected
I would like to prompt the user "Include collected checks"
A YES response will include checks where AMOUNT = AMOUNT COLLECTED.
A NO response will return all checks where AMOUNT is greater than Amount collected. Excluding checks that have a collection amount = or greater than the Amount.
Many thanks in advance