Hi all,
I have a repeatable subform that has a zero instance count (starts at zero and can be removed completely) and I have two buttons, one to add instances and one to remove instances. I would like to only show the Remove Instance button when the count is greater than zero (this way the user only sees an Add button when there nothing there, and by adding the 1st instance of the field they will get the remove button which will hide again when the instance count is down to zero).
Is there a way to do this?