Thanks for suggestion π
The DB is mySQL and I already use 2 VP's similar to your suggestions.
The first one as a Main page where I display all the program stats, Staff, Clients etc

Then once a client is selected the Client.ID is stored in LIRU and the secon VP opens with Policy Info

If the operator the opens the 'Client' I bring up a popup with the Client information BO Forms

And it is here on the 'History' tab that I would like to display all the client items insured across all policies
Currently I have to use the 'Get Items!' button to display the query in a popup/new tab on VP.

It just made more sense to me to have it in the tab...
PointsWell - Your suggestion to create a relationship to could work but as you stated becomes cumbersome so would rather steer away from that...
John - I have tried the AwareApp.runQuery(βMy queryβ, βxxxxβ) option but xxxx only points to a VP.
Your suggestion to use the ID of a DIV? Would that work in the renderOption as I found anything other than 'new_tab', 'main' only result in nothing coming up.
Is there anyway to find the ID of a Form that I could then use... something similar to AwareApp.getPanelId(frameType, tabName, panelName)? which work for VP but not Forms?
Many thanks for your help...