I have a table called “Conferences Costs”
I have a table called “Conferences”
In Conference Costs, I pull in the conference name from the “Conference” table. After that I have a column called “Year in Review”. This is the year that the conference falls under for budget reasons. I also have a column that has a check box “are we attending?”.
In the conference table, I want to pull in Year in Review information but only if the checkbox is checked.
How would I do this?