I have just made the transition from Excel to Access. I have created the tables for my database. The database includes two tables:
1. Mining
2. Grade Control
I have created a query to generate a calculated field called BlockID. This field is populated with the concatenation of three fields in the Grade Control table.
BlockID: ([Material_Code] & "_" & [Block_Number] & "_" & [Mining_Flitch])
The Mining table also has a BlockID field and when selected a combo box appears containing the query result of the concatenation described above of each record in the Grade Control table. However, the combo list contains duplicate records but with different Pit_Project areas. The combo box needs to be filtered by the Pit_Project field which is common to both tables.
So when the BlockID combo box is selected in the Mining table a list of options are presented that have the same Pit_Project name as the selected record in the Mining table. "
Any help is appreciated
1. Mining
2. Grade Control
I have created a query to generate a calculated field called BlockID. This field is populated with the concatenation of three fields in the Grade Control table.
BlockID: ([Material_Code] & "_" & [Block_Number] & "_" & [Mining_Flitch])
The Mining table also has a BlockID field and when selected a combo box appears containing the query result of the concatenation described above of each record in the Grade Control table. However, the combo list contains duplicate records but with different Pit_Project areas. The combo box needs to be filtered by the Pit_Project field which is common to both tables.
So when the BlockID combo box is selected in the Mining table a list of options are presented that have the same Pit_Project name as the selected record in the Mining table. "
Any help is appreciated