Search results

  1. M

    Disabling a Combobox

    Well spotted - I had changed it on the wrong control - works like a treat now - thank you all. Michelle
  2. M

    Disabling a Combobox

    Still can't seem to get it to work. What if I were to say enable these if there is something in the date box? Would that work? ( I wouldn't know how to do it mind!)
  3. M

    Disabling a Combobox

    why does this not work?? Private Sub Left_internal_jugular_vein_AfterUpdate() If Me.Date_of_Neck_USS.Value = Null Then Me.Left_Innominate_Vein.Enabled = False Else Me.Left_Innominate_Vein.Enabled = True End If End Sub Michelle :confused:
  4. M

    Disabling a Combobox

    Just wondered if you might be able to help. I have a form on which I would like to disable some comboboxes until a date box is filled in. Is this possible? Not too hot with coding - but I have been trying and If Then Else method. Is this the right way to go? Thanks Michelle :confused:
  5. M

    Disabling a Combobox

    Just wondered if you might be able to help. I have a form on which I would like to disable some comboboxes until a date box is filled in. Is this possible? Not too hot with coding - but I have been trying and If Then Else method. Is this the right way to go? Thanks Michelle
Back
Top Bottom