Search results

  1. V

    how to add select all option in combo box

    Hi, I have created Form with 2 combo box. I want to add "select all" option in combo box. Please advice how I can add the option.
  2. V

    how to disable certain fields in Form?

    Hi, I checked Access option and enabled all VBA and macros setting. Thanks Minty, that codes working
  3. V

    how to disable certain fields in Form?

    When I select combo box (Mat_type) to "VC" then specific fields should get disabled, but that is not happening. Do I need to enable VBA setting in access same like we do setting for Marcos. I tried above VBA code but that not working.
  4. V

    how to disable certain fields in Form?

    Hi, can you please advice how I can disable fields in access. I want to disable fields as per combo box selection. (option-"vc";"non-vc") I tried below codes but other fields are still enabled. I want to disable that tields based on combo box option. Private Sub Mat_type_AfterUpdate() If...
  5. V

    how to add list box with multivalue selection in Form and link query or form output

    Hi, I am not expert in VBA codes. I have used below VBA codes as per my query. I have one query named "Material_List" where I have list of material(text field) and that I want to add in Form in text box with multiselect (simple) option. I have another query named "Plant_ACT" where I have all...
Back
Top Bottom