2nd Post - Listbox Problem

  • Thread starter Thread starter jshumaker
  • Start date Start date
J

jshumaker

I'm using a listbox to simulate a subform. My users can
double-click the listbox or click an edit button. A pop-
up form appears which allows multiple selection values.
These values are written to a separate table which holds
the values in a One-to-Many relationship. The selected
items appear in the simulated subform/listbox. However,
if the user wants to click the edit button to add or
delete items, the previously selected items do not appear
(highlighted) on the popup form multiselect listbox.

Any suggestions what may be happening?

Thanks for your help.


..
 
You don't provide much details about how you do this, but the short answer
to your question: the reason they don't show as highlighted is probably
because your code isn't "selecting" the items in the popup form when it's
displayed.

If you can provide more info, including sample code that you're using, I'm
sure a more detailed answer can be forthcoming! :-)
 
Back
Top