Drop down box behavior

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a drop down box that displays the results from a query on a table,
the user selects an item from the list, that selection is passed to another
database results wizard via the send to other form function. After the
results from the database are retrived the drop down box returns to its
initial state (first item in the box, not selected).

Is there a way to make the drop down box retain what the user selected and
reuse that selection again as the default behavior of the drop down box?
 
I have tried this several times with no luck, does this solution work when
the elements of the drop down box are generated by a query against another
table rather than a fixed list of elements?
 
Back
Top