Help me please before I go insane

M

MissKirin

I posted this in the ASP forum as wel
=============================
I have an access database and using Front Page, I created an ASP pag
that displays all the results of the whole database

Is there ANY WAY I can have checkboxes next to each result and
person can check off which ones of the results he would like mor
info on and then SEND only those checked off to me in an email? I d
know how I can use parameters to be able to send an email askin
about each individual one, but I need something that works for
person to check off as many as they need

I have tried to simply put a form around the database results region
but that doesnt work
I have searched and researched and asked about this until my finger
are bleeding on the keyboard

Help me please!
 
M

[MVP] S.Clark

The checkboxes are easily handle on the website. I assume that on an .asp
page, you're looping through a recordset, and printing the data to an HTML
table. Just add the checkbox as another column.

The emailing part is out of my league from the website, but I know that it
is possible. Here is a test. Front Page has Wizards that help you create
forms. One of the forms is a feedback page that sends emails. Create that
page and test it to figure out what code you need to perform the email.


--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top