Multiple Selections

M

mytmouse

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?
 
D

Duane Hookom

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).
 

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