I have a parameter query that brings up records for a user selected date. One of the fields in each record is amount [Amt]. [Amt] can be either a positive or negative number. I want to create a report based on the query that shows records where [Amt] is greater than zero in one column and records where [Amt] is less than zero in a second column. I know this must be simple but I can not get my head around it.