Forum Discussion
fireofficial
Jul 20, 2025Copper Contributor
Merge query for two tables
Merge two tables for query on Access database
2 Replies
- XPS35Iron Contributor
Maybe you mean UNION query?
SELECT * FROM T1 UNION ALL SELECT * FROM T2
- George_HepworthSilver Contributor
Is that a question? Is that a request for assistance?
Providing sufficient details could allow someone to understand the situation and perhaps offer suggestions.