Search results

  1. Y

    subform with combo selection

    Thanks for all your reply! And sorry for the unclear statements! The subform has one databound textbox, one new added combo with values 2 and 3, and one non-databound label or textbox used to display calculation results. Say, I have 3 records in the subform, when user pick 2 from the combo...
  2. Y

    subform with combo selection

    Hi, I have a subform which displays mutiple records based on main forms date time parameters, now I need to add a combo with values 2,3. if user select 2, then a textbox value(databound) in the subform need to *2 and display results in a label, otherwise *3. The problem is my combo event...
Back
Top Bottom