Search results

  1. S

    Hide/Unhide Form in a Form depending on Combo Box Selection

    I must admit, that i can not figure my error out by myself... I have Private Sub cboUpdateSelect_AfterUpdate() Select Case cboUpdateSelect.Value Case "Contact Person Details" DoCmd.OpenForm (Form_frmUpdateContact) Case "System Details"...
  2. S

    Hide/Unhide Form in a Form depending on Combo Box Selection

    Hmmm, this sounds promising....now have to see if i can put this into code ;) I have plenty of forms :D
  3. S

    Hide/Unhide Form in a Form depending on Combo Box Selection

    Mmmh, everthing is working so far, but the problem is, that i need to overlap all those different forms and then it gets very messy... Means: Right now, i have like 3 different forms on top of eachother and do a case combobox.value to make them visible or not....but this is very messy...any...
  4. S

    Hide/Unhide Form in a Form depending on Combo Box Selection

    Could you please give me a code example? I am really new to MS Access :( Need to get used to the VBA codes and everything :(
  5. S

    Hide/Unhide Form in a Form depending on Combo Box Selection

    Hello! I am quite new to MS Access, so please bear with me ;) Here is what i want to do: I want to create a form, where you only see a Combobox with different entries. Let's say, that you have Cars, Bikes, Planes. Now, when you choose one of those entries, a form becomes visible under the...
Back
Top Bottom