Insert value in relational table

adiehgcegklkb

New Member
Tables:[*]Board(BID(PK), BoardName, date, Status)[*]Medium(MID(PK), MediumName, Date, status) [*]BoardMedium(BMID(PK), BID(FK), MID(FK))above is my table structre .I wanted to Take Name Of Board and name of medium from dropdown(already filled) and insert into BoardMedium table only BID and MID.user will provide Boardname and Mediumname based on these two value i have to check wheather it is available in BoardMedium table or not if not then insert into BoardMedium table only BID and MID.can any on help me to achieve the same .Thanks in advance...
 
Back
Top