Hello
What I want to do is concatenate two fields... so I made a formula: {TABLE.MONTH} + "-" + {TABLE.YEAR}. The fields "month" and "year" are integers... What showed up on my report was this "5,00 - 2.002,00". This is obviously not what I wanted to do...
I already tried ROUND({TABLE.MONTH},0) + "-" & ROUND({TABLE.YEAR},0)... I also tried with the CSTR function... THen I tried ROUND and CSTR together but nothing worked...
an idea??? anyone???
thnx in advance
greetz
Mim
What I want to do is concatenate two fields... so I made a formula: {TABLE.MONTH} + "-" + {TABLE.YEAR}. The fields "month" and "year" are integers... What showed up on my report was this "5,00 - 2.002,00". This is obviously not what I wanted to do...
I already tried ROUND({TABLE.MONTH},0) + "-" & ROUND({TABLE.YEAR},0)... I also tried with the CSTR function... THen I tried ROUND and CSTR together but nothing worked...
an idea??? anyone???
thnx in advance
greetz
Mim