J
JT
I would like to use an update query to fill in a column.
If Col A > 500, then Col Z = TRUE but if Col A < 500, then
Col Z = FALSE.
Is this possible to do with one query? I'm not sure how
to complete the "update to" field for Col Z.
I can do what I want with 2 update queries (1) If Col A >
500, then Col Z = TRUE. (2) If Col Z is null, then Col Z
= FALSE.
There must be a better way. Any help would be
appreciated. Thanks.
If Col A > 500, then Col Z = TRUE but if Col A < 500, then
Col Z = FALSE.
Is this possible to do with one query? I'm not sure how
to complete the "update to" field for Col Z.
I can do what I want with 2 update queries (1) If Col A >
500, then Col Z = TRUE. (2) If Col Z is null, then Col Z
= FALSE.
There must be a better way. Any help would be
appreciated. Thanks.