Hi,
I have a dbgrid which displays an integer reference to a record in
another table. What i would like to do is instead of the integer
number display a corresponding field in the other table (e.g. Name) in
place of this integer in the grid. I would also like to be able to
edit the data in this cell using a drop down pick list which displays
the all possibilities (records) in the other table and when one is
selected it actually stores the reference in the db table but displays
the other field (Name) in the grid instead. I am using a TDBAdvGrid
and can get the drop down pick list displayed, however i cannot
display the 'dereferenced' data in the cell, it just displays the
Integer reference number.
Any help appreciated
Thanks
Simon