Subject IB_LookUpCombo on the same tabel
Author frankybkk
I am new to IBObjects and try to find out
if it works for me, here is a point I have
no idea how to get it to work:

Suppose to have a small table with columns
ID, Name, Department, Supervisor

I want to have a IB_LookupCombo on Supervisor
and select the supervisor from the SAME table.

Therefore I added another IB_Query and followed
the instructions from the GettingStartedGuide,
however it does not work - I can see the data in
the LookupGrid, but I am not able to choose a
record, it point only to the actual one.

Any ideas ?