I want to set up a very simple database with a series of unrelated tables, to keep information that we use on a daily basis at our finger tips. As an example of one of the tables, I want to track legislation. My table will have six fields: name, year, jurisdiction, abbreviation, link to online copy, current (y/n).
I know how to set up a search for each field, but I would like to allow for any text to be put in a single box and return any entries against their search. This is: my search form would have a single box (possibly plus a check box for currency). If the user put in "Environment" it would search both the name and the abbreviation fields. If they put in "1994" it would search against the year field. If it's possible it just seems tidier for the user.
In the meantime, I'll design it with a search box for each field.
I know how to set up a search for each field, but I would like to allow for any text to be put in a single box and return any entries against their search. This is: my search form would have a single box (possibly plus a check box for currency). If the user put in "Environment" it would search both the name and the abbreviation fields. If they put in "1994" it would search against the year field. If it's possible it just seems tidier for the user.
In the meantime, I'll design it with a search box for each field.