Hi there,
Wondering if someone here can help me out... I have a basic Database design. One Main table with multiple relationships defined. I have three of the fields that I want users to populate, but I want the options in the second two fields to be limited based on the choice of the previous fields.
For Example. I have 4 tables
Table One: Main Table
Table two: Locations (one to many relation to Room)
Table three: Location Room (one to many relation to shelf)
Table four: Room shelf
What I'd like to do is from the main table, be able to select the Location, then based on that value, only have the Room field display records that relate to the location, then select Shelf based on the room selection.
I'm trying to update the fields from the datasheet view.
I've tried a few different select statements based on what I think it can do, but am having trouble wrapping my head around it.
Thanks in advanced for any help.
-Adam