M
Mark
Good morning to all,
I have a question. On a report, I have a text box with
the following control source entry:
="Name: " & [EmployeeFName] & " " & [EmployeeLName]
& " " & "( Emp. ID: " & [EmployeeID] & " ; wk # " &
[WorkPhone] & " ; ext # " & [ExtNumber] & " ) "
....which displays something like this:
Name: mark smith (Emp. ID 111 ; wk # (555)555-5555 ; ext
# )
I would like to have the employee first and last name to
be upper case letters. I know if I have the employee
first/last name in one text box and the remaining info in
another text box... I could then type ">" in the format
line of the properties box to have upper case letters
return for the employee name, but I would like to keep all
this code together. Is this possible? And on that note,
how could I get the first letter of the first and last
name to be upper case and the rest of the letters lower
case?
Thanks for any insite you might have!!!!!!!
I have a question. On a report, I have a text box with
the following control source entry:
="Name: " & [EmployeeFName] & " " & [EmployeeLName]
& " " & "( Emp. ID: " & [EmployeeID] & " ; wk # " &
[WorkPhone] & " ; ext # " & [ExtNumber] & " ) "
....which displays something like this:
Name: mark smith (Emp. ID 111 ; wk # (555)555-5555 ; ext
# )
I would like to have the employee first and last name to
be upper case letters. I know if I have the employee
first/last name in one text box and the remaining info in
another text box... I could then type ">" in the format
line of the properties box to have upper case letters
return for the employee name, but I would like to keep all
this code together. Is this possible? And on that note,
how could I get the first letter of the first and last
name to be upper case and the rest of the letters lower
case?
Thanks for any insite you might have!!!!!!!