I have six seperate drop menus to update up-to six maximum values per user, out of a many-to-many table.
Beleive this can be done with the SELECT ORDER BY DESC
But how can the first value be SELECTED, the second value be selected, etc, so I can simply apply this six times for the six drop menus? Is this a very reliable way to go? I hessitate, since six one-to-many seperate col's would be very reliable but that route would involve OR six times in the select statement for a large directory structure -- high processing required for table scans?