Hi Guys,
I have two tables, Slope_lookup and Roof.
slope_lookup has been pre-populated with data hence the name Lookup.
It consists of 4 columns
Column 1, Column 2, Column 3, and Column 4. which contains data provided by a governing body to help guide our operations.
On the roof Table, I collect Data for Columns 1,2, and 3 and need to populate column 4 accordingly.
I am looking for a function that says if columns 1,2 and 3 are the same as that on Slope_lookup set the value of column 4 to the record value. any ideas?