0

How to Merge Two Tables

I have been trying to merge two tables that have the same fields into one output. I know I can create two NL Filters and then use the NP Union but this would only combine one field from both tables into a list. I would like to merge (not link) multiple fields from two tables so that it would be something similar to the TSQL Union query. Is this possible in JET?

For example I would like to merge the following fields from the [Sales Line] table and the [Sales Invoice Line] table:

Type
No.
Sell-to Customer No.
SalesPerson Code
Amount
Productline Code

13 comments

Please sign in to leave a comment.