Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TechnaDiva

    Limiting Choices in a Dropdown Box with VBA

    I'm sorry, I don't know how I could have forgotten to mention it is an Access form. I made the following changes to the form open event: Private Sub Form_Open(Cancel As Integer) Call MyCheckbox_Change End Sub And the following changes to the dropodown event: Sub MyCheckbox_Change() End...
  2. TechnaDiva

    Limiting Choices in a Dropdown Box with VBA

    DeeBeeGee, You are wonderful to help me out, it is exactly what I wanted. I am unable to get it to work though. Can you help? I added the following code to the form open: Private Sub Form_Open(Cancel As Integer) Call MyCheckbox_Change End Sub Then I added your code: Sub...
  3. TechnaDiva

    Can i have an excel file active on a form for editing

    This is great info. I have some things I will try this on.
  4. TechnaDiva

    Vertically Center in a Textbox?

    Thanks katkelly14, that helped me with my project too.
  5. TechnaDiva

    Limiting Choices in a Dropdown Box with VBA

    I am new to VBA and I am trying to control which items show up in my dropdown box (MyDropdown), based on whether a check box (MyCheckbox) is checked or not. The dropdown box is populated from a table (MyChoices). If the check box is checked, I would like it to list choises 1,2,4, and 8. If it is...

Part and Inventory Search

Back
Top