Variable already declared.
Why does the following code return:
"Variable 'xx' is already declared"
=====================================
xx = Banks [ID == input.ID];
if (input.iFrm == "frmLiens")
{
xx = Liens [ID == input.ID];
}
else if (input.iFrm == "frmDeals")
{
xx = Deals [ID == input.ID];
}