I have a calendar type form which has a table (wrapped in a subform)
that contains a button on every row. I wish to hide these buttons with
the click of another button.The tables and rows repeat themselves many
times and so I'm sure I need to use resolveNodes to target each row /
button.The hierarchy which the button is contained within is: form1
monthForm monthTable dayRow deleteBtnThe hierarchy which the button that
is executing the script is contained within is: form1 grandTotalForm
grandTota...