how I can get the dbcombobox to list all values from an adotable column..?
I have set up an adoconnection, adotable and datasource to the dbcombobox and it shows the first record on the combobox by default.
When I change to another record from the grid, it changes the text to that record on the dbcombobox, but the list of the dbcombobox is empty.. do I have to set the items property to something?
What I'm trying to do is that users could see all usernames in the dbcombobox from users table, and when user selects an username from the dbcombobox, it would display all info on that user at the dbedit boxes below.
Please help the newbie
