S
SylvieB
Hi everyone,
On a form, I have the following fields:
ContractValue, contractType which is a combo box with 3 different values to
choose from (Fixed, Negociated, bid).
On a report, I need to display the following fields: title, contract type,
Contractvalue and valueForBid.
If contractType = BID, the ContractValue field does not display the value
and the value of the ContractValue goes under a column named valueForBid. So
far this is what I have accomplished. On a query, I created a field called
BIDvalue.
BIDValue:IIF([ContractValue]="BID",[ContractValue]
I don't know how to show nothing on the ContractValue column because i need
to totalize the column.
Any help would be greatly appreciated. Thanks in advance.
On a form, I have the following fields:
ContractValue, contractType which is a combo box with 3 different values to
choose from (Fixed, Negociated, bid).
On a report, I need to display the following fields: title, contract type,
Contractvalue and valueForBid.
If contractType = BID, the ContractValue field does not display the value
and the value of the ContractValue goes under a column named valueForBid. So
far this is what I have accomplished. On a query, I created a field called
BIDvalue.
BIDValue:IIF([ContractValue]="BID",[ContractValue]
I don't know how to show nothing on the ContractValue column because i need
to totalize the column.
Any help would be greatly appreciated. Thanks in advance.