I am having trouble getting data from two different tables into one. They have one thing in common the "ID". I tried creating a relationship where there would be a left join.
Table 1 Has the data that needs to be shown always.
Table 2 has an the "ID" + other data that needs to be shown in same row as Table 1 when the query is run.
When I run the query I get a weird output where it list each record like 10 times and with different data for each record. help.. I've searched the forums but I don't need a union query as the tables aren't similar.
Thank you for your help.
-Vise
Table 1 Has the data that needs to be shown always.
Table 2 has an the "ID" + other data that needs to be shown in same row as Table 1 when the query is run.
When I run the query I get a weird output where it list each record like 10 times and with different data for each record. help.. I've searched the forums but I don't need a union query as the tables aren't similar.
Thank you for your help.
-Vise