I want to select information from two tables that are identical (one as current information and one has archived information)

Table1
T1Key
T1Name

Table2
T2Key
T2Name

Is there anyway of doing a SQL statement to select all information from both tables? Obviously it's not a time for an inner join as they aren't connected.