D
Dave Elliott
One my Report I have two bound controls Report name is InvoiceReport
BidDisc and FlatDisc
These are Discount fields and only one can be used
BidDisc is visible by default
FlatDisc is not visible by default
What I want is if FlatDisc is >0 Then FlatDisc.Visible = True
and BidDisc.Visible = False
Also, Can this be done on the Report itself instead of on the open event?
BidDisc and FlatDisc
These are Discount fields and only one can be used
BidDisc is visible by default
FlatDisc is not visible by default
What I want is if FlatDisc is >0 Then FlatDisc.Visible = True
and BidDisc.Visible = False
Also, Can this be done on the Report itself instead of on the open event?