I am a beginner programmer in Delphi 6 and I need to maintain a database by selecting a record and changing or delete it or enter a new record.<br>
<br>
I am using a DBLookUpComboBox to select the record to edit, but i would like to enter a new record by typing into the DBLookUpComboBox and have the corresponding data components go blank if that record doesn't exist so that I can complete the new record. I would also like to edit existing records by typing into the BDLookUpComboBox and have the corresponding record come up for editing (NB. The ComboBox corresponds to the Database Key)<br>
<br>
Please help. If i can use another component to do this, please let me know.<br>
<br>
Thank you.