0
votes

Sorry if this is a question which is ask many times, but im new to access and have no idea how this matter is called.

In Access I have 3 tables. The first one is Projects Table Projects has many columns, one of them is Project_Name.

Second table is WBS Table WBS has also many columns, one of them is WBS_Name and other is Project (which is a dropdown based on Project_Name from table 1).

Sample: WBS table sample

The third is Orders, here is where im stuck. Table Orders has a column called Order_Name, also in this table I have a column called Project (which is also based on Project_Name from table 1. The last column (WBS_Product) is a multiselect listbox with values from WBS_Name from table 2.

Order table sample

Now in this third table I want to see in the WBS_Product row only the values available for selection based on the Project selected in the second column.

1
Welcome to SO! Please review the following post and update the question appropriately, inlcuding any sample code, data and errors receiving: stackoverflow.com/help/how-to-ask - garfbradaz
I have created some sample data, and posted images. I have no code or errors. - Daniël Schreuder

1 Answers

0
votes

You REALLY should be using forms if you want to customize your data entry like this. Because you're entering data directly into the tables, I don't believe this is possible.