K
Ketil S.
I have two tables:
MOVIES
mid
title
director
DIRECTOR
did
name
Director in the movies table has a one-to-many relation to the director
table.
What I want to do is this:
I want a form where I can add director to the movies from a combo-box (this
is easy, and not a problem) BUT I also want a field where I can add new
directors to the director table if the name is already registred. How do I
solve this?
MOVIES
mid
title
director
DIRECTOR
did
name
Director in the movies table has a one-to-many relation to the director
table.
What I want to do is this:
I want a form where I can add director to the movies from a combo-box (this
is easy, and not a problem) BUT I also want a field where I can add new
directors to the director table if the name is already registred. How do I
solve this?