Thanks, but I'm afraid that doesn't work.
The listbox is a multiselect box.
The record I want it to find depends on the contents of 3 boxes:
combo1 (name), combo2 (filetype), list1 (box)
The findfirst needs to look at all three boxes to select a record.
The listbox can contain more than one value, and when the user
clicks on a value I want the other 3 text boxes to change
according the that particular selected record.
Can anybody help me with this?