I'm designing a report that has a Currency field. I want the report to show all the records that have an entered amount and below these records I want to show the records that have a null value
I thought it would be as easy as the following textbox:
=[£_Sent] Is Null
and the second textbox:
=[£_Sent] Is Not Null
the first box gives me the value (-1) and the second text box gives me (0)
I don't even know if the report layout will work because I want to show all records but with the null values on one header and the not null values in a bottom header.
Does anyone know how I might achieve this? If you can, please help
I thought it would be as easy as the following textbox:
=[£_Sent] Is Null
and the second textbox:
=[£_Sent] Is Not Null
the first box gives me the value (-1) and the second text box gives me (0)
I don't even know if the report layout will work because I want to show all records but with the null values on one header and the not null values in a bottom header.
Does anyone know how I might achieve this? If you can, please help
