After I closed Access and opened it again, it repeatedly asks me for each of the query parameters, which wasn't happening before. Any ideas?
Fixed: Restarted again and it is working everytime. Weird. But good weird.
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 =...