Forum Discussion
Anonymous
6 years agoNot applicable
Instert Row based on Condition
I have two tables that are tied by COID. I have a list of Vacant posistions per COID and i need to add this row to the table that has the employees. Table 1 Vacant Posistion: Vacant COID...
Anonymous
6 years agoNot applicable
parry2k they are mapped using COID. I feel that i am going to need to do a Power Query but not sure the best way to go about it.
edhans
6 years agoCommunity Champion
What is COID? To add records from one table to another, use Table.Combine(), which is the APPEND menu item on the Home ribbon.
Otherwise, I'll need a few more specifics about the goal and what you are using.