Hi all, first time poster here. I'm not a super experienced Access user - but know enough to join a few tables and combine data with (no SQL - just using the Query Design view). So here is my question.
If I have just two tables that I want to combine where both have fields that represent the same thing - let's say "Project Sponsor". What I want to do have happen is that if Table1 has that field populated, then use that population in the result. However if Table1 does NOT have it populated but Table 2 DOES, then I would like to use the result from Table 2. In other words, the result is just one table with one field "Project Sponsor". But it's kind of conditional I suppose.
Thanks for any help - hope I explained it well enough!