P
PJ
I have a subform (frm Grid Pricing) within a main form (frm Tranche). I have
a text box in the subform that I want based off of a text box in the main
form. The text box name in the main form is cmbGrid Pricing Format with a
control source of Grid Pricing Format. So if "CDS/CDX" is selected in the
text box named cmbGrid Pricing Format I want the text box in the subform to
say "Floor". The below is what I came up with but it is outputting #Name?
=IIf([frm Tranche].Form![cmbGrid Pricing Format]="CDS/CDX","Floor","Drawn
Pricing)
Any Ideas??
Thanks in advance.
a text box in the subform that I want based off of a text box in the main
form. The text box name in the main form is cmbGrid Pricing Format with a
control source of Grid Pricing Format. So if "CDS/CDX" is selected in the
text box named cmbGrid Pricing Format I want the text box in the subform to
say "Floor". The below is what I came up with but it is outputting #Name?
=IIf([frm Tranche].Form![cmbGrid Pricing Format]="CDS/CDX","Floor","Drawn
Pricing)
Any Ideas??
Thanks in advance.