F
Fred Worthington
Greetings:
I have a directory of clients with separate fields for FirstN, MI and LastN.
I would like to have an additional field display the full name, Last Name
first (so they can be sorted alphabetically). Additionally, I want the
"full name" field to be a combo box (probably using a query for its record
source) that will record the name in a Table (so it can be used in a
Report). I have used:
=Forms![Client Form]!FirstN & " " & [MI] & " " & [LastN]
but this method of placing the full name in a Form field only shows up in
the Form, and doesn't record the name in a Table. Any suggestions?
Thanks . . . Fred
I have a directory of clients with separate fields for FirstN, MI and LastN.
I would like to have an additional field display the full name, Last Name
first (so they can be sorted alphabetically). Additionally, I want the
"full name" field to be a combo box (probably using a query for its record
source) that will record the name in a Table (so it can be used in a
Report). I have used:
=Forms![Client Form]!FirstN & " " & [MI] & " " & [LastN]
but this method of placing the full name in a Form field only shows up in
the Form, and doesn't record the name in a Table. Any suggestions?
Thanks . . . Fred