I try again

A

Alvin Hansen

I have 3 table:
1: Movie
2: Actors
3: MandA

First table : id and name movie
Second table : id and name actor
3. table Id from Movie table and actor table

Now i make a form based on table 3 : MandA
in this form i have a combobox with Movies there send the value to a field
on the form for movies into table MandA

And a second combo box with actors there send the value to the field on the
form for actors into table MandA

So far so good: Now I want that the second Combobox only show the actors
there not are in MandA where movie ID = Combobox1. I can all about using
Combobox and show waht actors are in MandA based on Combobox1 this is OK.

Hope some one understand

Best regards Alvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top