Link to home
Start Free TrialLog in
Avatar of sharol
sharol

asked on

List of a Combobox

Table1: List for the Combobox
Table2: Table to be updated
How do I get the items/list of a combobox from Table1 so as when TAble1 is updated all the combobox connected to that table will also be updated? The combobox will also be used to update Table2, like when I click an Add button and choose an item from the combobox and then click Update button, the item from the combobox together with other fields will be added as a new record for Table2. Hope somebody could help me ASAP. Thanks.
Avatar of kretzschmar
kretzschmar
Flag of Germany image

maybe you need to
use a tdblookupcombobox

Avatar of sharol
sharol

ASKER

im just new in delphi, please explain further. thanks.
ASKER CERTIFIED SOLUTION
Avatar of marcoszorrilla
marcoszorrilla

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sharol

ASKER

Thanks also to kretzschmar, you're idea was very good. But it was marcoszorilla who explained it in detail that's why I was able to make it work. thanks a lot.