Chain linked "1 to Many" relationships

G

Guest

I want to design my tables to have the following ER:
RMA Header--------------->RMA Details------------>Repair Details
Each one of the 2 above ER will be "1 to Many". The tables will be tied to
form/subform for both of the realthinships.
The RMA details will be subform on one case and will a parent form in
another..
Does Access 2003 supports this?
Thx, Lysy
 
T

tina

yes. make sure you set the relationships up correctly in the Relationships
window, and enforce Referential Integrity.

hth
 
J

John W. Vinson

I want to design my tables to have the following ER:
RMA Header--------------->RMA Details------------>Repair Details
Each one of the 2 above ER will be "1 to Many". The tables will be tied to
form/subform for both of the realthinships.
The RMA details will be subform on one case and will a parent form in
another..
Does Access 2003 supports this?
Thx, Lysy

Yes; in fact (not that I'd ever want to!) you can nest subforms nine
deep. There's nothing whatsoever wrong with having a form with two
subforms, or separate forms both using the same table in different
ways.

John W. Vinson [MVP]
 

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