If your existing query for the list-box's rowsource is returning the records
you want, filtered by the value of your combo-box (run the query
separately - with the form open and a selection in the combo-box - to
confirm this), then all you need is:
Me!List195.Requery
HTH,
Rob
> I need my list box to populate with records belonging to my combo drop
> down. The drop down is based on companyid. My code is not working. The
[quoted text clipped - 17 lines]
> In my query of the "list195" I have the following on companyid:
> [Forms]![frmEdit]![Combo170]
Danielle Haile - 09 May 2005 17:26 GMT
The listbox is not returning only the fields selected in my combo box.
It's returning all records.