So i have two tables I need to copy to the main table a date from another table I have the same customer ID in both tables the same i just need to add to table1
"Install-Date" from table 2 - i tried update query but it said needed an updatable query
just need
copy "Install-Date" from table 2 to table1 where the customer ID match ?
"Install-Date" from table 2 - i tried update query but it said needed an updatable query
just need
copy "Install-Date" from table 2 to table1 where the customer ID match ?