CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2001
    Posts
    14

    Two columns in a datacombo????

    Does anybody know if it is possible to display more than one field from a database in a datacombo box, and how to do it?

    Ta

    Tom


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Two columns in a datacombo????

    use the combobox that comes with Microsoft Form 2.0 Object LIbrary. It supports multiple columns

    'another===
    'Access like combo (OCX)

    http://www.planetsourcecode.com/xq/A...s/ShowCode.htm

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured