Thank you, I looked for ages for this. I was using 3 combo boxes as query parameters to locate a book title within a query that was drawn from a table of books.
putting this in in the afterupdate code for each combobox -
Me.lstTitle.RowSourceType = "Table/Query"
Me.lstTitle.RowSource =...