Sorry, I've slightly missunderstood your question.
On the form, create a new text box called "txtISIN"
When the form opens, put the OpenArgs into the textbox:
txtISIN = Me.OpenArgs
If the query has a filter which opens a parameter [Please Enter Bonds ISIN], you should then change this to:
Forms!frmPriceUpdate!txtISIN
Hope this works!