Mike,
Provide a hook to user in validating their FORM input is a big item we are working on in addition to many other fantastic features. The javascript solution is a very good suggestion. Thanks for mentioning it so we`ll bump up it`s priority.

Frank


On 9/15/98 9:01:59 AM, Mike Schmidt wrote:
> When I add a record from an Add New Record form, I also want to perform
> some other operations at the same time. I can perform these operations
> from a javascript function. My problem is that it looks like I need to
> call this function from the onclick() event handler of the submit button on
> the Add New Record form. Since this form is generated on the fly, can I
> reference this event handler and how do I do it.