I have created an unbound simple listbox (multiselect) for users. When they open the form I would like the first two options (rows) to already be selected in the listbox (that is, they are both highlighted). I tried using the default value control but couldn't get it to work. I'm sure it's fairly simple. Any ideas? Thanks!
Doug Steele
Feb 19 2007, 03:56 PM
You can't do it using default values.
In the form's Load event, put logic to toggle the Selected collection: