Similar to my other post, I have a form that has multiple pages, one
being a calculator (OA_CALC) that shows every variable for calculation;
the second (OA_PG1), customer facing showing only pertinent information.
So both tables should add/remove and show the data being contolled from
OA_CALC. I am able to addInstance and source the date to both pages, but
for some reason removeInstance only works on the page where the button
exists. So rows on OA_PG1 never delete, please advise.On OA_CALC i hav...