Cascading Combo Boxes

HDEvKev

Registered User.
Local time
Today, 03:01
Joined
May 9, 2013
Messages
18
I am trying to create a cascading combo box that will allow the user to select a lot code and from there select an operation listed in that lot code. I have never worked with cascading combo boxes. I have a table that has every operation for every lot code. What's the best way to do this.
 
I Must be missing something. When I get to the second Combo Box, there is nothing in there.
 
Hard to say without seeing it. Make sure the column count and widths properties match up to the row source.
 
My Column width was different. Now combo box 2 shows the operation, but it does not store the operation I select in the Operation Field.
 
Does the combo have a control source of the appropriate field in the table?
 
Hard for it to save to the table without being told where to save. ;)
 
Even when I put the field in the control, it doesn't save it to the record.
 
Can you post the db here?
 
Your code in the after update event of Combo11 takes out the selection. I wouldn't expect any code there.
 
Now it works. I forgot that code was in that event from an earlier trial. Thanks for the help and dealing with my inexperience
 

Users who are viewing this thread

Back
Top Bottom