Hello everyone
I have a question regarding about the structure of a query
I have two tables named "Corrective_Actions_tbl" (Fields: ID, Action_txt, Date_Cor, Responsible, Type) and "Containment_Actions_tbl" (Fields: ID, Action_txt, Date_Con, Responsible, Type) each one with the same structure but feeded by different forms
I want to make a general query that contains the results from both
Example in the query:
ID (From table 1 and table 2)
Action_txt (From table 1 and table 2)
and continue in that way
How should it be structured in the query?
Thanks in advance for the support!!