We have an inventory system consisting of numbered boxes (1-....) and each box has 20 positions. To add an inventory tracking system to my current db, I'm assuming the need to create a table (BOX, with unique values) with a linked table (POSITION) which would contain numbers 1-20. The assignment portion would be done using combo box for the Box, and a LIST Box for position, both in a form related to the items. Here is my question: If a position (Box 1, Position 1) has been assigned for item "A", then when selecting a position for item "B", I only want to show positions 2-20 as available for Box 1, etc... Please advise. Thanks!