I have an .ASP page that you enter in data directly into a SQL Server 7 DB. Data can be entered but the Primary Key which is an Identity Seed does not populate the Foreign Key in another table, it leaves it Null. Does anyone know why? Or can anyone tell me if I need something which will add the data from the Primary Key to the Foreign Key?
Thanks,
Nate