|
-
Apr 6th, 2005, 04:08 AM
#1
Thread Starter
Fanatic Member
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
-
Apr 6th, 2005, 04:48 AM
#2
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|