Hi guys.
I'm pretty new to Access but I have picked up the information pretty fast since I have worked a little with mysql, javascript and others as well. I'm having trouble displaying some information the way I want it to.
First part - In the combo box I'm wondering if I can display "ALL" columns even "after selecting" it. Example: Part Number, Parts Description, & Cost all show up even after selecting. I am able to get them to all to display in the combo box but after selecting it the main ID would only be the one to display.
The second part - With a many combo boxes, I would like to be able to select many Part Numbers without it being duplicated. This is kind of like a multi-level bom. So I would have a finished product with many parts. I have tried and they all get duplicated to the other combo boxes. Do I have to create a unique field for each part in the finished product?
Thanks in advance.
K