I have a table that has a field that queries another table that also queries another table.
Here's a simplified version:
table 1, field 1 -- references --> table 2, field 1 -- references --> table 3, field 1
The problem I'm having is that if I go to table 1 and choose from the combo box, I see the ID value from table 3.
Thanks.
Here's a simplified version:
table 1, field 1 -- references --> table 2, field 1 -- references --> table 3, field 1
The problem I'm having is that if I go to table 1 and choose from the combo box, I see the ID value from table 3.
Thanks.