Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

How to prin a lookup fields

edited January 2007 in General
Hi,

How can I do to print a value of a LookUp Table?


in my dbpipeline I've a IdCustomer I need to print the customer->name

table customer:
id primary key,
name varchar,
....

haw can i do?

tks



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited February 2007
    Hi Ennio,

    If the Customer, Name is located in a different table, you could either join
    the two tables in a Query or you could link the two tables in Master-Detail
    relationship and display the name from the separate pipeline. If these are
    in a 1 to 1 relationship, the first option would be the easiest/most
    effecient.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.