Z
zSplash
I have a search form that searches for, among other things, lastname. There
are several fields in the underlyling table that contain lastnames (call the
fields xLast, yLast, and zLast). My searchResults lists found lastname from
xLast field. How can I list found lastnames, no matter which lastname
field (xLast, yLast, or zLast) holds that last name?
Realizing this is not clear, here's the deal: My resultsDetail of the
searchForm returns a number of fields -- one line per result. So, if the
lastname is found in the tables xLast, yLast, or zLast field, I want to
print that lastname. How do I code to return the fields' value (xLast,
yLast, or zLast)?
TIA
are several fields in the underlyling table that contain lastnames (call the
fields xLast, yLast, and zLast). My searchResults lists found lastname from
xLast field. How can I list found lastnames, no matter which lastname
field (xLast, yLast, or zLast) holds that last name?
Realizing this is not clear, here's the deal: My resultsDetail of the
searchForm returns a number of fields -- one line per result. So, if the
lastname is found in the tables xLast, yLast, or zLast field, I want to
print that lastname. How do I code to return the fields' value (xLast,
yLast, or zLast)?
TIA