View Full Version : Using a form to input data inot two tables


T_Leaf
10-20-2000, 02:55 AM
Hi

I want to use a single form to input data into two different tables.

Table1: Name; Address
Table2: Tel; Addr

Atomic Shrimp
10-20-2000, 03:07 AM
I can't understand why you would want to store the same data in two different places; wouldn't it just be simpler to have a single table with the fields:
Name; Address; Tel

??

Mike