Hello, I am running a function that will count records from a few tables
and insert them into one main table. My form will then display the
counts on the form. Currently the form will display all zeros even after
my function has ran. The input forms do not update until I close my form
and hit refresh then re-open the form. Question is: Is there are way to
refresh my entire form using a button click without closing the form
itself?Something like a form.refresh() function I am on Adobe Campaign
Cl...