If you're using ASP:
<%Request.Form("lstHours")%>:<%Request.Form("lstMinutes")%>
This just does a quick concatenation. I tend to throw this
into a hidden
field and then use that value to do the insert.
Pat.
"Simon Gare" <sg@simongare.com> wrote in message
news:e5p117$54t$1@forums.macromedia.com...
> Hi all,
>
> I have a time field that starts at 00:00 through to
23:59 problem is the
> list is too long. I would like to have 2 dropdown fields
HOURS & MINUTES
> that join together when the form is submitted and enters
the time into the
> SQL db.
>
> Any help would be appreciated.
>
> Regards
> Simon
>
>