S
strive4peace
Hi Syed,
create a cross-reference table:
*MovieActors*
MovieID
ActorID
If you have a min fiorm for Movies, then create a subform based on
MovieActors. MovieID will be a hidden field in the subform and ActorID
could be a combobox that gets it RowSource from the Actors table
Likewise, you could have a mainform for Actors and use a subform based
on MovieActors with ActorID hidden and MovieID as a combo getting its
RowSource from Movies
I am assuming you have an autonumber field in your Movies table called
MovieID and you also have an autonumber field in your Actors table
called ActorID
Warm Regards,
Crystal
*
have an awesome day
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
create a cross-reference table:
*MovieActors*
MovieID
ActorID
If you have a min fiorm for Movies, then create a subform based on
MovieActors. MovieID will be a hidden field in the subform and ActorID
could be a combobox that gets it RowSource from the Actors table
Likewise, you could have a mainform for Actors and use a subform based
on MovieActors with ActorID hidden and MovieID as a combo getting its
RowSource from Movies
I am assuming you have an autonumber field in your Movies table called
MovieID and you also have an autonumber field in your Actors table
called ActorID
Warm Regards,
Crystal
*
have an awesome day
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*