Crookshanks
Technical User
Hello there,
I've build a query and I passed that query to a record set, like this:
dim strSQL as string
dim rs as DAO.Recordset
strSQL = "SELECT ..... bla bla"
set rs = currentdb.openrecordset(strSQL)
I do some modifications in the record set (remove some records) and afterwards I want to display the modified record set in my listbox. What's that best way to do it? I can't just add rs to my listbox. Any help appreciated....
Kind regards,
I've build a query and I passed that query to a record set, like this:
dim strSQL as string
dim rs as DAO.Recordset
strSQL = "SELECT ..... bla bla"
set rs = currentdb.openrecordset(strSQL)
I do some modifications in the record set (remove some records) and afterwards I want to display the modified record set in my listbox. What's that best way to do it? I can't just add rs to my listbox. Any help appreciated....
Kind regards,