[AccessD] Filter records in a list via a combo

Gustav Brock gustav at cactus.dk
Sat May 1 05:47:59 CDT 2004


Hi Kostas

> I was wondering if it could be possible to filter while writing leter by
> leter into a combo box to appear the respectively records into a
> releated list box.

I guess so. Use something like this to filter the recordsource of the
listbox:

  ".. LIKE '" & cboYourCombobox.Text & "*'"

Then requery the listbox at the KeyPress and AfterUpdate or Change event.

/gustav




More information about the AccessD mailing list