T
the_dude via AccessMonster.com
Hello,
I have the following problem. I have two 'age' fields in my DB. Usually only
one of them contains data and Concatenation is simple. But every now and then
they both contain data and the concatenation gives me '5454 rather then 54'.
I have tried an IIf statement like this: IIf(IsNotNull([AGE]) And (IsNotNull(
[Given_Age]),[AGE]))
but this does not work. Does anyone know a statement to solve this problem?
Thank you very much in advance.
I have the following problem. I have two 'age' fields in my DB. Usually only
one of them contains data and Concatenation is simple. But every now and then
they both contain data and the concatenation gives me '5454 rather then 54'.
I have tried an IIf statement like this: IIf(IsNotNull([AGE]) And (IsNotNull(
[Given_Age]),[AGE]))
but this does not work. Does anyone know a statement to solve this problem?
Thank you very much in advance.