If I have a form with multiple list boxes, lets say named 10, 20 and 30.
and multiple text fields called 15,25,and 35. Now I want to get a value in the list box based on the text box value so I make row source queries that looks like this.
SELECT [table].field1,[table1].field2 FROM...