From: jdpeterson on
Hello,

I have two tables I wish to link together.

The first table contains records for multiple devices, i.e., two clocks,
five radios. I need it to contain a column linking to all the issues (RMAs)
associated with the device.

The second table contains the RMA number, with all the devices associated
with the RMA, i.e., one customer could send back one clock and two radios
under one RMA record.

I'm having a hard time visualizing how I can make the first table point to
multiple records in the second table, and the second table point to multiple
records in the first table.