Search results

  1. T

    Code to disable text boxes for entry depending on combobox selection

    thank you soo.. much, everything is perfect now. Thanks
  2. T

    Code to disable text boxes for entry depending on combobox selection

    thanks buddy, i will quickly fix that
  3. T

    Code to disable text boxes for entry depending on combobox selection

    The code did work for the first option of the combobox which is the Printer. But when i try to add the code for other options it pulls an error. just for clarity this is the code that i wrote: If HardwareType.Value = "Printer" Then HardDiskSize.Enabled = False...
  4. T

    Code to disable text boxes for entry depending on combobox selection

    i need and please pardon me for my lack of experience in access and vba. I need to write a code that will disable some text boxes depending on combobox selection. I have a form called hardware and then on the same form i have a combobox that has the options for all the hardware.The code should...
Back
Top Bottom