thanks! i had come across mention of parent child relationships, but i was getting so many different options--querying, filters, and then the cascading combo box thing. it's been like chasing a rabbit all over the map.
basically what i'm trying to set up is a database to catalogue regulatory releases so that they're searchable by the topic of the release. so i created a table for the "main issues" and then a table for the "sub issues" then a table "main sub link" that indexed all the sub issues connected to a particular main issue. THEN, i made another table that actually had the regulatory releases--release number, date, people involved, a brief description of the release, and a main issues and a sub issues column.
from there, i created a form that would allow users to "add a record" (populating the fields in the release enforcement table); another form to "search a record" (i haven't even attempted the coding on this yet, but ideally be able to search by various fields like release number, dates, people involved, and most importantly the issues). now, i've got the add record form to properly populate the release table, BUT i can't get it to synchronize the boxes so that when a person comes in and chooses a couple main issues, they'll be able to choose the sub issues indexed to those main ones.
i'm readin gup on your tutuorial you sent me and i'll keep you posted. any other advice you have will be much appreciated--thanks!!