OK I can't find the way to do this and I would really appreciate some help.
for example:
COMPANY is join to MOVIES (one company to many movies)
now since 2 movies can have to same name but made by different company...
for my other table MOVIES_PRODUCTION( many movies to many production)
instead of writing the movie id in the MOVIES_PRODUCTION table...
i would like to have a dropdown list that would say the movie name and the company.
I can get the movie name but i cant get the company beside it i just get its id number (idcompany that is in the MOVIE table)
oh and all my ids are autonumbers... they dont mean anything that why i would like to see the names instead.
Please.. any help would be very appreciated![]()