Can I automatically get a blank form after getting db query result

E

Ethan

My query returns project names in a repeating table which contains another
repeating table of details for each project.

Can I automatically have a blank details row inserted for each project after
the query results are returned?

I have no programming experience aside from working through the jScript
tutorials I've found that I am guessing could provide a solution. I've tried
the selectNodes and ExecuteAction methods to no avail.

Ethan
 
Top