Is it possible to get from the previous/next records code the actual $rec{$db_key} of the associated record? I would like to pull a field off both the previous and next records to display on the current record, e.g.
RECORD X
Field N of Record X-1
Field N of Record X+1
If I use $nh, it get the field from the record at the abosulte position in the database, as opposed to the relative position in the search results. Make sense?
RECORD X
Field N of Record X-1
Field N of Record X+1
If I use $nh, it get the field from the record at the abosulte position in the database, as opposed to the relative position in the search results. Make sense?