I'm a newbie to this so maybe someone here could help me.
I have two tables: CD and SW,
In my form I fill out the CD Title and SW Title, but I need to let the cd.cd_id be inserted into sw.cd_id, how do I do that? I read something about using a 0 in the insert statement was the same as auto increment, but that won't do..
Hope you'll understand what I'm trying to say here