<me[ at ]junk.net> wrote in message news:E2Rwg.852680$084.8217[ at ]attbi_s22...
[Quoted Text] >I am curious how I would do this. If I make a number of fields where I can > put in actors/actresses. I could have up to 10 for just this type, or do I > make one field for this and put in all ten names? If I have 10 different > how > do I then filter since I want to search for say all movies with tom cruise > but he may be listed in any one of those 10 fields?
Use a related Performers table containing a Foreign Key to the Movie Table and the name of the actor -- one per actor/actress. Join the Movie and Performers Tables on the Movie Table's unique key in a Query, then search on the Actor's name. Welcome to the world of Relational Database -- proper design makes the search/query easy as falling off the proverbial log and avoids the problems you so perceptively identified.
Larry Linson Microsoft Access MVP
|