Results 1 to 4 of 4

Thread: [RESOLVED] Using combos

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: Using combos

    access 2002 no its not interacting with vb.net

    was just trying to get it like the way it is done in .net where you can get the selectedvalue


    Also how can i display both the fields in the combo when an item from the list is selected..... i can get it to show the fields when the user does the drop down but when they select an item it just shows the one field
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  2. #2
    Junior Member
    Join Date
    Feb 2005
    Posts
    22

    Re: Using combos

    You can code in your program :

    combobox.boundcolumns = "col1"
    combobox.listfield = "col2"

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