Recent content by jscontreras

  1. J

    Listview

    This is a listview which is an activeX control. Thanks
  2. 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...
  3. J

    Datagrids

    Hi Mike, a Datagrid is very similar to your solution, however I have more methods and properties available to me. However if I can't find any topics on this, I'll follow your suggestion. Thanks
  4. J

    Datagrids

    Thanks, but I'm not looking for a x-tab query solution. I'd like to know if there are any activeX controls such as a datagrid that might be used and some code examples. Thanks
  5. 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