Display table on form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mclueless
    New Member
    • Jan 2008
    • 56

    Display table on form

    Hie.... I am using VB6 and Access for my software. Here i want to create a lookup table for the user where a particular table from the database is displayed on the form. what control should be used to do so???....If i use datagrid, it connects only through data control while i am using ADODB. also MSFlexGrid connects only to 97 format of access database but i m using 2003. so what do i do?? which control will help me??
  • VBWheaties
    New Member
    • Feb 2008
    • 145

    #2
    Originally posted by mclueless
    Hie.... I am using VB6 and Access for my software. Here i want to create a lookup table for the user where a particular table from the database is displayed on the form. what control should be used to do so???....If i use datagrid, it connects only through data control while i am using ADODB. also MSFlexGrid connects only to 97 format of access database but i m using 2003. so what do i do?? which control will help me??
    Any datagrid control will get you a view of the data from a datasource, binded correctly. I'm not aware of the limitations that were stated.

    Comment

    Working...