|
Hey all,
I've set up a database of employee names and contact info. The db is set up like
Last_Name First_Name City etc.
I have it set up to search for 1st name or last name and return the results. The people using the search would like to have a two fields to search by either first or last name, or both. Do I need to have separate names for the text fields? How would I go about implementing two search fields that work together?
|