Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to similar tables "Current records" and "History records" both have two similar fields
Id_user and Id_course both need to join with a table call course_catalog using the id_course to show the name course and other data.
If I unqualify both fields the process create a Sync table, but i dont wan that.
Hi @luisguerra
There is a simple way to handle this scenario, follow these steps:
hth
Why not simply skipping the qualify-stuff and concatenating the current and the history table by unifying the fieldnames?
- Marcus