Multiple Selections

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database for case laws. For these case laws I have tables for cross
references. I want to select more than 1 cross reference that a case
pertains to. My cross reference holds around 35 selections. But, the don't
all pertain to a certain case. So each case has many cross references and
many cross references pertain to many cases. How do I do this?
 
Take a look at the Northwind sample mdb to see how each Order can consist of
multiple products and a product can be included in multiple orders. These is
done by using a junction table (Order Details).
 
Back
Top