Search results

  1. T

    Help with disabling a text box based on an option group selection

    Ok, I changed the field name to "Check". Where do I need to set this code? I tried putting it in the forms "On Current" option but then it only works if all of them are set to the same option number. This is a continous form as it's a payment record.
  2. T

    Help with disabling a text box based on an option group selection

    Ok, I'm trying to get a text box to only become enabled if a particular selection is made in an option group on the same form. Here's the details... OptionGroup = PaymentTypeOptions Option1 = Cash Option2 = Check Option3 = Money Order OptionGroup updates field "Payment Type" in table...
  3. T

    Calculating totals based on option button

    Thanks Rich, that worked perfectly...
  4. T

    Calculating totals based on option button

    I'm trying to build a report with 4 separate totals based on the same [Amounts] field. What I've got is a table with a "Payment Type" field and an option group set to update this field with 1 of three options. I'm using option buttons to set this field with the following. Cash = 1 Check = 2...
Back
Top Bottom