Hello,
First of all: Hello to all :)
I have 2 tables:
1. Producers - contains 'Producer_ID' and 'Producer_name'
2. Things - contains 'Thing_ID' 'Producer_ID' from Producers and 'Thing_name'
I want to create 3rd table where when I choose Producers_ID, i can only see 'Thing_name' made by this...