I am not sure how to go about this and I'm not sure if I can explain this very clearly either but here goes. I have a table that has item numbers no duplicates and a second table that has item manufacturing templates, of which there can be more than one per item number (one to many relationship). I have created a query which produces a nonduplicated list of the items that have templates through a select distinct query on the templates table focusing on the item number. What I want to do is create a non duplicated lookup of the items that have templates (hence the select distinct query) and then have the selection from that lookup produce a second lookup that shows the templates pertaining to that item, allowing selection for the editing of any one of the templates that pertain to that particular item only. The selection of the template would produce the detail associated with that template for editing within a form. Any help on the technique to accomplish this would be much appreciated. I've been experimenting with this all day and I think I might know the concepts, but I'm just not clear on how to get it done and I'm really not making any progess. Thanks for any help!