Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataBase Programming in DELPHI

Status
Not open for further replies.

goodman666

Programmer
Oct 26, 2001
1
SA
Hi,
I'm writing a Database program on Delphi 5,...I've successfully added MSAccess / Paradox Datas as needed; Now I want to Create a lookup data I know I can use a DBCommboBox or DBLookupComboBox, but in either case it does not full fill my demands...for example I want to retrieve a data e.g. employee name for creating an Order from, which should be linked with employees data table and after selecting, it should put the employees name to Order table..please help me in this regard...
thanks
Oscar Goodman
 
It looks like you want to include the name of the employee in your order form. If you want to this via a DBGrid or DBCtrlGrid look up faq102-1213 which deals with this.

Faq102-1212 deals with the normal Data aware look up controls like DBlookupListBox and DBLookComboBox

Regards S. van Els
SAvanEls@cq-link.sr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top