M
magmike
Here is the code for my greeting line a report/letter:
=("Dear " & Left([SentTo],InStr([SentTo]," ")) & ":")
Which will turn Jim Jones to Dear Jim :
How do I get rid of the extra space?
=("Dear " & Left([SentTo],InStr([SentTo]," ")) & ":")
Which will turn Jim Jones to Dear Jim :
How do I get rid of the extra space?