S
spence
I have a client table with fields [LastName] and
[FirstName]. It's set up so that if the client is an
agency rather than an individual, the agency name is
entered into field [LastName] and field [FirstName] is
left blank. I need to create a concatenated dropdown for a
form that displays my data:
"LastName, FirstName"(for individuals)
"AgencyName" (for agencies)
I'm using "&" to create the dropdown but I don't know how
to write a statement that will keep my the comma that I
need for individuals from showing up in my Agency records.
Alternatively, if someone thinks it would be smarter to
create a separate field altogether for Agencies and would
like to tell me how to join the fields into a single drop
down that will pull from both, I'm certainly open to
suggestions.
thanks in advance,
spence
[FirstName]. It's set up so that if the client is an
agency rather than an individual, the agency name is
entered into field [LastName] and field [FirstName] is
left blank. I need to create a concatenated dropdown for a
form that displays my data:
"LastName, FirstName"(for individuals)
"AgencyName" (for agencies)
I'm using "&" to create the dropdown but I don't know how
to write a statement that will keep my the comma that I
need for individuals from showing up in my Agency records.
Alternatively, if someone thinks it would be smarter to
create a separate field altogether for Agencies and would
like to tell me how to join the fields into a single drop
down that will pull from both, I'm certainly open to
suggestions.
thanks in advance,
spence