Search results

  1. J

    Listview

    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...
  2. J

    Datagrids

    Hi All, Does anyone know how I can implement a datagrid into a form? What I'm trying to do is provide the user a spreadsheet type interface where they can add/edit/delete records within a grid. Help would be appreciated. Thanks
Back
Top Bottom