I am trying to query together 2 tables and have the end result just a list of all records together in 1 list
For example, lets say table 1 has 50 records and table 2 has 25 records. I need the query to display all 75 of those records. Each of those tables have different fields and are in no way related to each other. So the results would have all fields of both tables combined, and for each record the table 1 fields would be blank for table 2 records and vice versa. Any suggestions?
For example, lets say table 1 has 50 records and table 2 has 25 records. I need the query to display all 75 of those records. Each of those tables have different fields and are in no way related to each other. So the results would have all fields of both tables combined, and for each record the table 1 fields would be blank for table 2 records and vice versa. Any suggestions?