Okay so I have a search form I've set up, has an unbound text box that works perfectly, I can have all the results posting properly to my list box below. Now the issue I'm having when I make a selection from my combo box, the list box returns nothing. Now I know I need to do some setup in the background, just not sure how, here is what I'm working with.
2 Tables: 1) Referencing companies with autonumber label for normalization purposes
2) Equipment that has autonumber value in place of the company names
The form has you select via the company name, what I need it to do is take that selection, then cross reference it to the table to get the proper autonumber value so that as it searches my equipment table it will return only those with the user's selection acting as a filter.
Any help on how to go about this is greatly appreciated![]()