A
Agent_KGB
I need to see if MIN and MAX value of a field match, I know how to do IIF
statement to compare them, but i can't figure out how to reffer to MIN and
MAX values of a field...
say i have [account] field and [credit card] field, and i want to see if i
have any accounts with more then one credit card, so in essence i am looking
to do somethin glike this:
IIF(Min[credit card]=Max[credit card], "Great", "Problem")
having problems with my refferences
statement to compare them, but i can't figure out how to reffer to MIN and
MAX values of a field...
say i have [account] field and [credit card] field, and i want to see if i
have any accounts with more then one credit card, so in essence i am looking
to do somethin glike this:
IIF(Min[credit card]=Max[credit card], "Great", "Problem")
having problems with my refferences