hello guys
i have a table
ID - File Type - Source - Delivery - Return
1 - X - LB - ROY - LB via Roy
2 - Y - USA - Smith - USA via Smith
3 - Z - LB - -
my question is how can i make the last column (Return) to fill like the data above
what i mean if (Delivery) not null So the return will be filled like the above if the (Delivery) is null the return will be null too
i don't know if i explained my problem
the user will fill only the columns (File Type - Source - Delivery)
the column (Return) will be filled automatically if (Delivery) not null
i have a table
ID - File Type - Source - Delivery - Return
1 - X - LB - ROY - LB via Roy
2 - Y - USA - Smith - USA via Smith
3 - Z - LB - -
my question is how can i make the last column (Return) to fill like the data above
what i mean if (Delivery) not null So the return will be filled like the above if the (Delivery) is null the return will be null too
i don't know if i explained my problem
the user will fill only the columns (File Type - Source - Delivery)
the column (Return) will be filled automatically if (Delivery) not null