B
Brad Pears
I want to concatenate two text fields together. Once is 20 char and the
other is 10. I do not want them "trimmed" - I want to concatenate based on
teh full length of the string...
Example...
rs!Field1 = "Field1 Length 20"
rs!Field2 = "Field2 Length 20"
I do NOT want the concatenated result to be...
"Field1 Length 20Field2 Length 20"
I DO want the result to be...
"Field1 Length 20 Field2 Length 20 "
How would one accomplish this?
Thanks,
Brad
other is 10. I do not want them "trimmed" - I want to concatenate based on
teh full length of the string...
Example...
rs!Field1 = "Field1 Length 20"
rs!Field2 = "Field2 Length 20"
I do NOT want the concatenated result to be...
"Field1 Length 20Field2 Length 20"
I DO want the result to be...
"Field1 Length 20 Field2 Length 20 "
How would one accomplish this?
Thanks,
Brad