People, I have a question about using DBLookupCombobox in Delphi. Home Is it possible, instead of using two tables (picking values from one and writing to another), do I just have the table where I will write the selected value to pull the data from a ClientDataset with the values? Home I do not want to create a table just to pull the data to the DBLC, I would like to pull the data from a CDS with the values. Home Thank you.