onecolor Posted December 6, 2002 Posted December 6, 2002 Hello, I would like to have a field that the user can type into (this will do the search), that will be related to all fields. In other applications, I would create a field and label it "name="_allSearch". The reason for this request, I want the user to have the option of going to fields that are label for the search request (::search:: First Name, ::search:: Date Submitted) OR just have a generic field (search Any Field) that they type the request, and all fields are searched to return possible results. Boy- i'm sure i typed this more complicated than it needed to be. BTW: here's a page i created that shows what i want. http://www.pdawax.com/TrashMe/SafeWaySearch.html Paul
Garry Claridge Posted December 6, 2002 Posted December 6, 2002 I can see a couple of ways of achieving this: 1. You can create a calculated field which concatenates all fields that can be searched on. You then search on this field. 2. You use some Javascript to complete a form which has a list of all of the field names to be search-on. Good Luck Garry
Steve T. Posted December 6, 2002 Posted December 6, 2002 onecolor: We did exactly what garry described-#1 (calculation called MEGAFIELD) and so far it works great. We were worried about response time but have not noticied any delays on our relatively small database. We left it unstored.
Steve T. Posted December 6, 2002 Posted December 6, 2002 BTW, let me know if you want to see... I can send you the URL.
onecolor Posted December 6, 2002 Author Posted December 6, 2002 Sktajiri, thanks for your reply. Worked perfect. Here's what I used: date submitted & " " & id number & " " & description & " " & note Paul
Recommended Posts
This topic is 8092 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now