Re: Adding a column in report



Status:
=IIF(Month([Payment Date])>Month([Checkout Date]), "Debit","Cash")

You could just create an unbound calculated control and put the formula
in the rowsource...

.