I have a radio button on my screen, set to "NO" and "YES"
I need the radio to accept a 1 = NO and 2 = YES.
in the default of the radio button for "defaults" i have:
LookUp(pricing_escalation_master]', PRICING_ESCALATION_ID = Value(RBK_EscalationId_txt.Text) ,OPPORTUNITY_LARGE_BID)
OPPORTUNITY_LARGE_BID has a 1 or 2 value in the field.
can the radio button understand 1 = NO and 2 = YES ? after the lookup function is read.
Dave