F
FMO902
I have four fields (First_Name, MI, Last_Name, Suffix) that I am trying to
trim so that they will appear without spaces on a report. When I do a
combined string (=RTrim([First_Name])+" "+[MI]+" "+Trim([Last_Name])+"
"+[Suffix]) I run into problems when any one of the fields is blank. Nothing
will print. As long as all four fields contain data it will print. Problem is
that only a few records have data in all four fields.
When I separate out the fields into four separate controls on the report, I
cant get the TRIM function to work and there are spaces between the conrols.
Any idea? I think I am missing somehting simple here.
Thanks
Rob
trim so that they will appear without spaces on a report. When I do a
combined string (=RTrim([First_Name])+" "+[MI]+" "+Trim([Last_Name])+"
"+[Suffix]) I run into problems when any one of the fields is blank. Nothing
will print. As long as all four fields contain data it will print. Problem is
that only a few records have data in all four fields.
When I separate out the fields into four separate controls on the report, I
cant get the TRIM function to work and there are spaces between the conrols.
Any idea? I think I am missing somehting simple here.
Thanks
Rob