M
mr-tom
Hi,
I'm trying to do something which I'm sure must be simple, but I can't see
how to do.
In Excel, I can do an =IF(x=y,do this,do that)
But it isn't case sensitive.
The case sensitive version is EXACT, so I would have:
=IF(EXACT(x=y),do this,do that)
I'm trying to achieve the same thing in the Expression Builder in Access
Query.
SO I can easily get =IIF(x=y, do this,dothat)
But I can't find an equivalent of EXACT.
I need to make a case sensitive comparison.
Can this easily be achieved?
Cheers,
Tom.
I'm trying to do something which I'm sure must be simple, but I can't see
how to do.
In Excel, I can do an =IF(x=y,do this,do that)
But it isn't case sensitive.
The case sensitive version is EXACT, so I would have:
=IF(EXACT(x=y),do this,do that)
I'm trying to achieve the same thing in the Expression Builder in Access
Query.
SO I can easily get =IIF(x=y, do this,dothat)
But I can't find an equivalent of EXACT.
I need to make a case sensitive comparison.
Can this easily be achieved?
Cheers,
Tom.