Hello,
I have created a business contacts database that has 2 tables, "company" and "contacts". I used phpRunner to create a page that shows the company name and address and then a detail view that lists contact names and email addresses under each company name. Now, if I'm in the company view and do a search, only the "company" table is searched. If I know a person's name but don't remember the company I don't have a way to search it. What I would like is for the detail table (contacts) to be searched at the same time the company table is searched. Is this possible?