I've got a Maintenance Action form that the user enters data and it is stored in a table tblMaintenance. I have a System Combo Box and a Sub-System Combo Box, I wanted the Sub-System list based on a selection from the System list......Thanks to this Forum I was able to figure that problem out quickly, but it created another problem.
I fixed my Combo Box problem from reading the Microsoft knowledge base (Q209595).
I used the Categories example as System and Products as Sub-System.
Everything on my form works, however, the Sub-System is an unbound Combo Box that does not record the selection to the table tblMaintenance in the field SubSystemID. I tried entering SubSystemID in the ControlSource propery but only got an error. I'm sure VB code is the answer.
So I guess I would like some help in coding the Sub-System Combo to save the selection to the table after saving the record.
Thanks in advance for any help.
I fixed my Combo Box problem from reading the Microsoft knowledge base (Q209595).
I used the Categories example as System and Products as Sub-System.
Everything on my form works, however, the Sub-System is an unbound Combo Box that does not record the selection to the table tblMaintenance in the field SubSystemID. I tried entering SubSystemID in the ControlSource propery but only got an error. I'm sure VB code is the answer.
So I guess I would like some help in coding the Sub-System Combo to save the selection to the table after saving the record.
Thanks in advance for any help.