Wonder if you guys can help me with something. I have a table with about 1200 guests, what I want to do is to search the table base on different criteria (or combination of criteria), namely phone #, name, street name, and postal code. Not everyone has all this info, and their names aren't separted into proper lastname or firstnames (old data).
What I want to do is to be able to type in a person's first name, last name, or both (an maybe other info if the first search wasn't successful).
What should I do to implement this? I was thinking of running 4 different queries, and interesect them into the final query. What do you think?
What I want to do is to be able to type in a person's first name, last name, or both (an maybe other info if the first search wasn't successful).
What should I do to implement this? I was thinking of running 4 different queries, and interesect them into the final query. What do you think?