Multi-selection

J

John

Hi,
I have a valve that can appear on more than one drawing
number. The drawing number field on the device table is a
lookup to the drawing number table. Is there a way to put
more than one choice in the drawing number field so to
have the valve only show up once? Or is there a better
way?

Thanks
 
J

John Vinson

Hi,
I have a valve that can appear on more than one drawing
number. The drawing number field on the device table is a
lookup to the drawing number table. Is there a way to put
more than one choice in the drawing number field so to
have the valve only show up once? Or is there a better
way?

If a Drawing can contain many valves, and a Valve can appear on many
drawings, then you have a typical many to many relationship. The way
Access (or any) relational database handles such relationships is by
adding a third table, with fields for the DrawingNumber and ValveID.
You'ld enter one record in this table for each valve on each drawing.
 

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