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 derfloh 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. djenkins728

    Cascading Combo Box

    I've stopped the parameter box from displaying by adding the 'like' into the code, but now I don't have any data displaying for the cbo_hull. What did I do wrong? Private Sub cbo_Calledby_AfterUpdate() With Me![cbo_deptselect] If IsNull(Me!cbo_Calledby) Then .RowSource...
  2. djenkins728

    Cascading Combo Box

    After I select the ship and go to the hull combo box, the parameter box pops up listing the name of the ship that I just selected along with a blank space to enter something else.
  3. djenkins728

    Cascading Combo Box

    Thanks JoeAtWork, but I'm still getting the parameter value box on this when it's time to select cbo_hull. And yes all the fields are 'text' value. Is there something in my code that's causing this? Private Sub cbo_Calledby_AfterUpdate() With Me![cbo_deptselect] If...
  4. djenkins728

    Cascading Combo Box

    I have done some recoding (highlighted in red); I'm not sure if it's correct BUT when I go to select the cbo_hull the parameter value box pops up. What else should I do? Private Sub cbo_Calledby_AfterUpdate() With Me![cbo_deptselect] If IsNull(Me!cbo_Calledby) Then...
  5. djenkins728

    Cascading Combo Box

    Okay thanks so much VBAPrincess, JoeatWork and Majp. VBAPrincess to answer your question, I want the cbo_hull to display the procedures affiliated with whatever the previous combo box selections are. I was not sure as to how to write the correct syntax in order to do that so the duplication...
  6. djenkins728

    Cascading Combo Box

    Okay I'm new and frustrated and tired, so please I hope you can help. I already viewed Utterangel's db on cascading combo boxes and it helped a lot. What I don't understand is --on my form after the user selects the cbo_calledby, cbo_ship, and cbo_dept how can I get the cbo_hull to work (which...
  7. djenkins728

    Combo box selection and opening form afterwards

    Okay I'm new and frustrated and tired, so please I hope you can help. I already viewed Utterangel's db on cascading combo boxes and it helped a lot. What I don't understand is --on my form after the user selects the cbo_calledby, cbo_ship, and cbo_dept how can I get the cbo_hull to work (which...

Part and Inventory Search

Back
Top