Drop Down Boxes

2001-08-28 Thread Webmaster Odell
HI We are trying to populate a form drop down box (HTML) with a column from our database. What is the query that will get us that without repeating the items (in the 500 or so records this column has only 12 non-repeated items) Thanks. Kevin Pottie Internet Designer O'Dell Web Design

Re: Drop Down Boxes

2001-08-28 Thread Cal Evans
Select Distinct. Cal * * Cal Evans * Senior Internet Dreamer * http://www.calevans.com * - Original Message - From: Webmaster Odell [EMAIL PROTECTED] To: MySQL [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 04:56 Subject: Drop Down Boxes HI We are trying to populate a form drop down

Re: Drop Down Boxes

2001-08-28 Thread Jeremy Zawodny
On Tue, Aug 28, 2001 at 02:56:13PM -0700, Webmaster Odell wrote: We are trying to populate a form drop down box (HTML) with a column from our database. What is the query that will get us that without repeating the items (in the 500 or so records this column has only 12 non-repeated items)