hello,

I have a form that queries a table from my ms database. I have a
check box next to each item.

The user will have the opportunity to check up to 100 check boxes.
When somebody checks the box I need that information that is next to
the check box submitted to another table.

How do I make the check box submit the information from the original
DRW query.

Thanks

Re: Check Boxes in Form with DRW by Thomas

Thomas
Mon Aug 28 12:48:29 CDT 2006

You will not be able to use the FP DRW for this, you will need to hand code the ASP / VBScript
required to accomplish this.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"PinkBishop" <pinkbishop@hotmail.com> wrote in message
news:02r4f29h3i0ebfmbgacgt3peaaoemkn3l7@4ax.com...
> hello,
>
> I have a form that queries a table from my ms database. I have a
> check box next to each item.
>
> The user will have the opportunity to check up to 100 check boxes.
> When somebody checks the box I need that information that is next to
> the check box submitted to another table.
>
> How do I make the check box submit the information from the original
> DRW query.
>
> Thanks