Forum Discussion
someonerandom
5 years agoRegular Visitor
Data Relationship Error
[ Spoiler ] Hi, I have 15 SharePoint Online database containing around 5-50 rows of data similiar to the following Ill call these DataBASE1 to DataBASE15 Name Skill Code (Unique) Skill E...
amitchandak
5 years agoSuper User
someonerandom , based on what I got it.
The first table and all tables that are alike need to append in one table.
Table 1,2 (in the order you have given) can be merged based on the skill code(Table 4). You can still keep table 2 as the master for this merged table.
Table 4 can join with table 3(employee), if need with original table 2