B
Ben8765
Hello,
I would like to make a query (based on a table) do this:
Where the value of FieldA = D, get the value of FieldB of that record, and
populate Expr1 (the entire field) with that value.
FieldA __ FieldB ___ Expr1
__A _______1 ______4
__B_______ 2______ 4
__C_______3______ 4
__D_______ 4______ 4
Idea: Can i store the value of FieldB, where FieldA = D, in a variable, and
then
make Expr1 = that variable?
Thanks,
-Ben
I would like to make a query (based on a table) do this:
Where the value of FieldA = D, get the value of FieldB of that record, and
populate Expr1 (the entire field) with that value.
FieldA __ FieldB ___ Expr1
__A _______1 ______4
__B_______ 2______ 4
__C_______3______ 4
__D_______ 4______ 4
Idea: Can i store the value of FieldB, where FieldA = D, in a variable, and
then
make Expr1 = that variable?
Thanks,
-Ben