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...
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.
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.