Hello,
I'm wondering if there is a way to display a variable number of rows in a table, based on a variable pre-populated from a lookup.
For example when a user logs into the form my variable acctcount populates from a look up, I would then like the table to dynamically display rows equal to my acctcount variable.
Is something like this possible through js?
Alternatively, I've been reviewing js code on here that would 1) count the number of table rows and then 2) validate them against my acctcount variable and display an error message if the result is !=.
I'm open to all suggestions!
Thanks,
Melissa