*This post is locked for comments
*This post is locked for comments
Hi Sandra,
You might need to add a little extra to your post in order to determine how people may answer.
1) Are you using SQL databases?
2) Do you want this table to be available for reporting/use in Navision? Or for another external system?
For example:
1) If SQL databases.
2) If you want the consolidated table to be available outside of Nav
3) If the tables contain EXACTLY the same fields.
4) If you want to just combine all the results together (not removing duplications)
In this specific situation you could utilise what is termed a UNION query within SQL. The UNION ALL option will allow you to join the tables together, and will just combine all the records (as it assumes the fields are the same). There is even an option to add a "Text string" to determine what records came from what tables.
This is a good page - office.microsoft.com/.../combine-the-results-of-several-select-queries-by-using-a-union-query-HA010206109.aspx
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,430
Most Valuable Professional
nmaenpaa
101,156