you can very easy do this with ASP.NET, setting each dropdown autopostback
property to true
perhaps this is also possible to do in datapages, but require a lot of
jscript coding, AFAIK
--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
"Cleveland" <(E-Mail Removed)> wrote in message
news:A6DB5C77-1614-47A4-854F-(E-Mail Removed)...
>I have currently created a from that has three drop down boxes. After box
>one
> is selected, then box two does a requery. After box two is selected, box
> three does a requery. And then after bo xthree is selected, a requery is
> performed, and a report is created. I want to know if there is a way to
> create a data page that has these same capabilities (for intranet access
> by
> multiple users).
> How do I create drop down boxes that initiate a requery for the next boxes
> information on a Data page?