Steven,
See the previous message - " Check out this interesting FAQ ". In this documnet, there is one Q/A -
-------------------------------------------------------------------
Q. How can I use the grid field as an index and not the system # (leftmost column) as an index to navigate and sync with the form ?

A. Set the last parameter of the MagicCell’s group as “index”. and the cell’s “converted” content will be hot linked to the form’s record. For example –

X.dbMagicCell="fieldnamenumber, table tag, MagicCell,index,indexanchor"

If the field after the index field is “indexanchor” then the url generated will include an anchor tag.

In this example, the last entry is to identify that field “0” is to be used as the hot link index. You should also disable the GridIndex by issuing the dbGridIndex=False to make this looks better.
--------------------------------------------------------------------------
See whether this would do the job !


Frank


On 9/9/98 4:33:16 PM, Steven Overson wrote:
> I am displaying five of about 20 fields from my table in grid mode. I want
> to have the left-most field (not the dbGridIndex field) be a hyperlink that
> will display that record in form mode. Can this be done? If so, how?