When you design a couple of tables to be related to one another via keys do
you have to manually enter in the key value from the other table?

If I have 2 tables, say Table1 and Table2.

Table1:
Table1_ID
Table1_value

Table2:
Table2_ID
Table2_value
Table1_ID

so that I can relate the tables... when I'm entering data into Table2, do I
have to enter in the corresponding value from Table1_ID?  Is there a way to
tell the database that those two fields are connected, and to just copy the
info over???

Confused,

Mike


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to