You need to sign in to do that
Don't have an account?
Infant
Return Value and Use in Where Claue
How to return the value from the following code and also use the same value in the where clause of the another SOQL stmt inside a custom control
contact y= [select account.name from contact where email= :usr.email];