I'm printing a simple label
[Lname] & "," & " " & [Fname] which needs to be LEFT justified.
then I need to follow it - on the same line with two additional fields - which need to be RIGHT justified,to
the end of the label. space between the two sets of fields will vary on length of name. two right fields
[job #] & " " & [Salesman initials] ARE always
6 digits followed by 4 digits which might allow a hard placement. but HOW do I do it? thanks in advance.
[Lname] & "," & " " & [Fname] which needs to be LEFT justified.
then I need to follow it - on the same line with two additional fields - which need to be RIGHT justified,to
the end of the label. space between the two sets of fields will vary on length of name. two right fields
[job #] & " " & [Salesman initials] ARE always
6 digits followed by 4 digits which might allow a hard placement. but HOW do I do it? thanks in advance.