Hi All, I have a quick question. I have a listview control that only returns 30 records. Everything is OK except for only getting 30 records. Thanks Here's the code:
Dim db As Database, rs As Recordset
Dim intI As Integer, intTotalRecords As Integer
Dim colHeader As ColumnHeader...