Bruce, I have a browse where I list some record info from the parent browse and then below it, I display detail items in a secondary browse (see the jpg). The very tricky part of this is getting the active record ID from the parent browse. The GetBrowseValue() in the beginning of the secondary browse doesn't work properly, in the sense that it doesn't load any file info at all. The only place I could find that parent record info in the secondary browse was in the p_web._LocalDataQueue.Value slot and ONLY immediately after the GetBrowseValue() call is made near the beginning of procedure code in the secondary browse.
Mark