What I think I "get" is that there is no way that the DB can possibly know or be told which row from the master table to insert/correspond (Foreign Key) to which row(s) in the slave ("many") table. This *must* be done manually. Either by creating a text file or whatever makes it easier, but you can't do it with SQL because there is no relationship or correspondence established yet, that is exactly what I'm trying to do.
Right?
Ted
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]