Hey, this is basic stuff - just a one-to-many relation
You need a unique key in table A (parent field) and a field with the same format in table B - the child field.
Needless to say the child can not be unique.
Once you have those fields, look for the relationships item in the tools menu, add tables and drag the parent field to the chield field. On the relationship popup, tick/select the options you want.
Main Topics
Browse All Topics





by: LSMConsultingPosted on 2008-01-02 at 14:14:17ID: 20568665
Generally you'd build a form based on each table, then add the form based on TableB as a SubForm to the one based on TableA. Link the two on the relevant field (hard to say, but perhaps the Key column?? ... not clear based on your fields).