Microsoft
Software
Hardware
Network
Question : MS ACCESS 07 Loading table into Dropdownlist
Hi there, i created a form to into data into a table. I have loaded the dropdownlist with some dynamic values from another table. Now when i click my drop down list, i can only see 1 field from the table that i loaded values in from. Is it possible for example i can load a table liked style into the drop down list? For example, the viewer can see the persons, "ID", "Name" and "Position" in the same row of the drop downlist. Instead of for example just seeing the name. Can this be done? I have attached a picture along with it for a clearer understanding. Thanks.
Answer : MS ACCESS 07 Loading table into Dropdownlist
set the ColumnCount property of the combo box to the number of columns you want to see
ColumnCount 4 ' will show 4 columns
Random Solutions
Visual studio two applikations with the same source file, possible
Function Keys Stopped Working After Upgrading To Windows 7
Microsoft SQL 2005
Public variable value missing
Unable to remove replica public folders
Announcement Webpart to show on all sites
How can I list user logon names from Active Directory?
Cannot open database -- VBA Project corrupt
How to use "if" statement in access 2003
Parsing .aspx page with XMLReader, get a list of controls