For some reason this command will not trim the names shown in the
fields listed. I'm trying to do this in a text box on a report. I've
done this fairly succesfully in other reports but I must have done
something wrong here....
I've tried both of these...
=Trim([QGPL_BADGE1.OML NAM] & [QGPL_BADGE1.OMF NAM])
=Trim([QGPL_BADGE1.OML NAM] &", "& [QGPL_BADGE1.OMF NAM])
The fields are 25 character text fields.
Any ideas?
fields listed. I'm trying to do this in a text box on a report. I've
done this fairly succesfully in other reports but I must have done
something wrong here....
I've tried both of these...
=Trim([QGPL_BADGE1.OML NAM] & [QGPL_BADGE1.OMF NAM])
=Trim([QGPL_BADGE1.OML NAM] &", "& [QGPL_BADGE1.OMF NAM])
The fields are 25 character text fields.
Any ideas?
Comment