Search results

  1. V

    Clear only one filter

    I've seen code similar to below that clears all filters, but is it possible that instead of clearing all filters, I can clear just a specific one? Private Sub cbGroup_Click() Me.cboUnitName = Null Me.cboGroup = Null Me.tbl_users_subform.Form.Filter = ""...
  2. V

    Combobox with dates

    Run into a bit of an issue with a combo box that has dates. When I click on a date I receive: Run-time error '3464': 'Data type mismatch in criteria expression' Am I receiving this because I have declared it a string when I should declare it something else? My other question for whenever I...
Back
Top Bottom