I was wondering if there is a way to send form results to different tables
within the same database at the same time? I know how to send results to one
table but i can't seem to make it work with multiple tables.

Any help is appreciated. Thanks in advance.

Re: Form result to multiple tables by MikeR

MikeR
Thu Jun 02 15:48:22 CDT 2005

If you are using ASP, just create another INSERT or UPDATE query on the page that
receives the form results and execute it. If you're using the FP database wizard,
sorry, I can't help.
MikeR

Mr. Know Nothing wrote:
> I was wondering if there is a way to send form results to different tables
> within the same database at the same time? I know how to send results to one
> table but i can't seem to make it work with multiple tables.
>
> Any help is appreciated. Thanks in advance.