Search results

  1. D

    Selecting all Checkboxes within an option Group

    Hi RG, I agree, however when I uncheck each checkbox manually, the form does not requery automatically which is good. I want to provide an option to unckeck all (without clicking each manually) and then click my button that requeries and displays only the selected ones. Cheers.
  2. D

    Selecting all Checkboxes within an option Group

    Hi RG, I already use that query to filter the list and that part works fine. However what I need is for all records to be unchecked on the screen without updating the table. The process that my program follows is below: 1. Display list of records where selected=true --> Works 2. Provide option...
  3. D

    Selecting all Checkboxes within an option Group

    deselect all checkboxes in subform Hi, Thanks for the reply. However my problem is not sorted yet. I suppose I didn't explain the case too well. My subform has controls in 'datasheet' format (tried continuous forms too) with over 2000 records. This is a list of letters to be sent from a query...
  4. D

    Selecting all Checkboxes within an option Group

    How to deselect all checkboxes in subform Hi, Thanks for the reply. However my problem is not sorted yet. I suppose I didn't explain the case too well. My subform has controls in 'datasheet' format (tried continuous forms too) with over 2000 records. This is a list of letters to be sent from...
  5. D

    Selecting all Checkboxes within an option Group

    How do I select all checkboxes? Hi, I have a similar case where I need to deselect all checkboxes of the subform by clicking a button on the main form. The records in the subform are from a query that filters records for Selected = true. This can be a few thousand records so the user needs an...
Back
Top Bottom