-----Original Message-----
I have a large list of products that I want to add a
check box next to each name. Is there a way to automate
a macro to do this? My products are already in a table
inside a form.
By your last sentence, I presume the products list is in a
database table. If so, you would have to write some ASP or
ASP.NET code that retrieves the records you want and then
generates an <input type="checkbox" ...> tag for each
record.
Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*