Database Query help
I'm using MS Access and have two lists of users in two different tables but I want to run a query and get one combined list of users. Some might be in both tables but there are certain users that are only in one table or the other.
In some ways I don't think this is difficult but I can't quite get my head round how to do this in one query in access. Any advice?
An example table layout is
Table 1
id | user
----------
1 | abc
2 | def
3 | ghi
Table 2
id | user
----------
1 | abc
4 | jkl
5 | mno
2 | def
|