Hello all..I'm pretty new to all this so after searching through the forums and some Googling I couldn't find an aswer to this that I could really follow.
I have 3 tables, Season, SubSeason, and Teams. Each has an ID column set as the PK. The Subseason has a FK to the SeasonID and the Teams has a FK to both the Season and SubSeason IDs.
My goal is to use a single Web form that will allow the user to input all three Names into their respective tables.
However my issue is that the FK column is not getting updated with the relational Table's ID, hence the form errors out, FKs are set at don't not allow Null value.
I understand how to do the input statement into a single table, but I don't know how write the code to get the FKs to update with the relational table's ID during the submit process of my form.
Any thoughts or suggestes would be great..
Thanks,
Bob