Thanks
. I wish I knew the coding for this.. below is hopefully a better explanation..
I want to pass the ID from an incident form currently open to an action form . This way it creates a relationship between the incident and the new action being entered.
Button: Save current data ": Open Action form popup to add a new action and auto populate the foreign field for the incident id in the action form.
And add another button under this to view the list of actions relating to the current open incident.
Button 2 Open a list of actions related to the current incident that is open - relationship incident id to action table .incident id. " so probably sets the filter...
It more than likely could be done with a bit of Java or window.onload = function() .. I just don't have the skills...