O
OldManEd
I have a report with ['LastName] as a field from the source table/query.
I want to follow it with a ", " before concatenating another field. Also, I
want trailing spaces, if any, removed.
I tried =RTrim([LastName]) & ", "
I also tried =LastName & ", "
..Both don't work. What will?
The field size in the underlying table is 50 characters. Are there always
trailing characters to make the whole field 50 characters or is the field
value its length?
Thanks.
OMEd
I want to follow it with a ", " before concatenating another field. Also, I
want trailing spaces, if any, removed.
I tried =RTrim([LastName]) & ", "
I also tried =LastName & ", "
..Both don't work. What will?
The field size in the underlying table is 50 characters. Are there always
trailing characters to make the whole field 50 characters or is the field
value its length?
Thanks.
OMEd