When implimenting an advanced search with say first and last name, the search
doesn't include the records where the other field is blank: ie:
if I search fisrt name ='Jane'
I only get all the records where 'Jane' has a Last name.
How do I avoid this from happening.
doesn't include the records where the other field is blank: ie:
if I search fisrt name ='Jane'
I only get all the records where 'Jane' has a Last name.
How do I avoid this from happening.