In SQL Server 2000, I have an auto numbered ID field that is joined to another non-auto numbered primary key field in a second table. When inserting a record into the first table, I want the second table to also have the same value in one of its fields yet when I save, the second table remains unchanged. Can this not be done with a simple join and if not, what is the way to do it? I am using UltraDev for the developement and don't fully understand its SQL statements so I hesitate to do an inner join that way, manually. I am hoping that SQL Server itself can take care of it. Thanks in advance for any help that might be offered. Don
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT (only when I have to!)
don@pc-homepage.com
Experienced in HTML, Perl, VBScript, PWS, IIS and Apache. Run OS/2 Warp 4, BeOS v5 and Windows NT (only when I have to!)