A
astridc
I have a report that lists the detail records with a numbering
sequence. If one of the detail records is null, the Item no. still shows for
it.
I have tried this in the RecordSource for the Item No. textbox:
IIf (IsNull( [Description]);Null;1) , with RunningSum Property set to "Over
All"
and I set CanShrink to Yes for both the Item no. textbox and the Description
textbox.
It works for the first of the Null records, but for the following null
records, the Item no. textbox shows a "0"
I would need that both the Description textbox and the Item No. textbox
do not show in report when Description contains a null value.
Thanks in advance for your help!
sequence. If one of the detail records is null, the Item no. still shows for
it.
I have tried this in the RecordSource for the Item No. textbox:
IIf (IsNull( [Description]);Null;1) , with RunningSum Property set to "Over
All"
and I set CanShrink to Yes for both the Item no. textbox and the Description
textbox.
It works for the first of the Null records, but for the following null
records, the Item no. textbox shows a "0"
I would need that both the Description textbox and the Item No. textbox
do not show in report when Description contains a null value.
Thanks in advance for your help!