champion83
New member
- Local time
- Today, 21:51
- Joined
- Jan 20, 2020
- Messages
- 13
Hi all,
I need support from access experts as I am trying to build Access Database and at the beginning I have a problem with building the table correctly.
I have to tables: tblDepartment and tblDataEntry with columns as below:
tblDepartment
ID Site Dept
1 London Loading
2 London Tipping
3 Manchester Goods In
4 Manchester Goods Out
5 Liverpool Recycling
6 Liverpool PI
tblDataEntry
ID Site Project ref Dept
1 Manchester MA-01
2 Liverpool LI-02
3 London LO-03
4 London LO-04
5 Liverpool LI-05
6 Manchester MA-06
The problem is in the tblDataEntry table in the Dept column I would like it to insert a drop down list which should be connected with Dept column from the tblDepartment table.
On drop down list I would like to see only the departments associated with a given site for example:
If someone completing the table chooses Manchester as the site, if they click on the Dept column in the same record, they will only show a list with two departments: Goods In and Goods Out
ID Site Project ref Dept
1 Manchester MA-01 Goods In or Goods Out
I tried a lot of solutions but I think I am doing something wrong
.
I am asking you for help.
I need support from access experts as I am trying to build Access Database and at the beginning I have a problem with building the table correctly.
I have to tables: tblDepartment and tblDataEntry with columns as below:
tblDepartment
ID Site Dept
1 London Loading
2 London Tipping
3 Manchester Goods In
4 Manchester Goods Out
5 Liverpool Recycling
6 Liverpool PI
tblDataEntry
ID Site Project ref Dept
1 Manchester MA-01
2 Liverpool LI-02
3 London LO-03
4 London LO-04
5 Liverpool LI-05
6 Manchester MA-06
The problem is in the tblDataEntry table in the Dept column I would like it to insert a drop down list which should be connected with Dept column from the tblDepartment table.
On drop down list I would like to see only the departments associated with a given site for example:
If someone completing the table chooses Manchester as the site, if they click on the Dept column in the same record, they will only show a list with two departments: Goods In and Goods Out
ID Site Project ref Dept
1 Manchester MA-01 Goods In or Goods Out
I tried a lot of solutions but I think I am doing something wrong

I am asking you for help.