I have a function similar to this...
In this instance, the x will either be "C" or "P". Is it possible to utilize the x String to determine the "CY" or "PY" of the named field?
Code:
Function Test_Num (x as String)
Text_Num = [YTD_CY_Num]
End Function
In this instance, the x will either be "C" or "P". Is it possible to utilize the x String to determine the "CY" or "PY" of the named field?