A completly newbie question, I know.
Say I have a table "product" with fields "serial" and "company"
I have a an unbound form, where in one listbox I can choose from all the "serial" values.
Now, after i choose the "serial" from the listbox, I would like to display the value "company" in a textbox (from the currently selected record).
Should be trivial, but it eludes me....