Form result to multiple tables

  • Thread starter Mr. Know Nothing
  • Start date
M

Mr. Know Nothing

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.
 
M

MikeR

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
 
Top