Search results

  1. W

    Help with yes / no box or OK / Cancel box

    I have a command button that I want to display a warning before it functions. I want it to pop up a are you sure warning. then proccess only if the yes/ok is pressed or exit function if cancel/no is pressed. Thanks in advance
  2. W

    Clearing Check boxes

    Help please... I have a form that pulls records out of a table... It is a repeated form. I want to clear all the checkboxes of a certain type IE the following command. ME.Checkbox.Value = "no" This command works but only for the selected record on the form. I cant clear all the checkboxes of...
Back
Top Bottom