In a DBGrid column I'm displaying a field from Table1 that has a LookUp to Table2.
How can I display a field from Table2 insted of the field from Table1 in this same dbgrid.
Darko Loncar
Marco Roc
Delphi Developer
Wed, 18 Jun 1902 08:00:00 GMT
Re:DBGrid columns!
Quote
On Thu, 12 Nov 1998 14:56:50 +0100, "Darko" <lo...@bj.tel.hr> wrote: >In a DBGrid column I'm displaying a field from Table1 that has a LookUp to >Table2.
>How can I display a field from Table2 insted of the field from Table1 in >this same dbgrid.
Use the fields editor and create a Field with FieldType ftLookup. You must then specify the LookupSource and LookupField.