Hi there, I hope all is good
I have two tables
1- Orders
2- Details
(Both have a common column value which is the “order ID”)
In orders table I have a column called (Condition)
In details table I have a column called (Return)
Can I make an initial value or whatever possible solution so that if …
If (return value) = return
THEN
(condition value) = return as well.
is there any tweak for that plz
Thanks