Le 08/08/2014 16:10, lunixbox a écrit : > Sorry i was not clear, its more how to set up the search query /form as > i doubt you can go on for 400 points to search. Org question : > What i want using cars as example is to make a search for > color,year,doors,model.kilometers driven,cabrio,engine,fuel and so many > more options.: > The many options make me wonder what is a smart way. > The data is no where, i just wonder how you solve this where the number > of options/selection is maybe 300+
The basic question is whether or not your data is one table, or multiple tables. Seems to me that you could probably break it down into smaller chunks, where the chunks represent options you can lump together. Of course, if your query needs to find any make of car, of any colour, of any bhp, etc, ad nauseam, then you are going to be in for a fun time designing your form. Ideally, you would normalise your data sets before embarking on such an adventure. Alex -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
