Using A Lookup Table

I have added a field to the web dataset which is a look up field. This links to another table on the form and is then uses a particular field.


I load the LookUp table first, but the grid doesn't show the value from the looked up field.

Any ideas?

Thanks

It happens because the lookup key is the object instance itself. Probably the object in the lookup field does not exist in the Lookup table (the same instance) that's why it comes blank.