Click to See Complete Forum and Search --> : MS Access 2000


Mark
10-04-2000, 02:01 PM
I have a basic form on a web page with an Email field, two radio buttons to
subscribe or unsubscribe, and a submit button. I have this form connected
to a Access 2000 database. I can get the email field to enter data into
the database, but how do I specify the form to add or delete the record when
the user selects the subscribe or unsubscribe button respectively?

Thanks,
Mark

Steve Jackson
10-05-2000, 08:58 AM
Mark,

When your submit button posts the form, you could add the value of the
radio buttons to the post command. Server side code could check the
value of the variable, and then either add or delete the record. ASP
code on the server could do this. You don't say exactly how your form
is connect to Access 2000 database, but ASP would work for this.

Steve Jackson


On 4 Oct 2000 11:01:57 -0700, "Mark" <mdennis@lappinsulator.com>
wrote:

>
>I have a basic form on a web page with an Email field, two radio buttons to
>subscribe or unsubscribe, and a submit button. I have this form connected
>to a Access 2000 database. I can get the email field to enter data into
>the database, but how do I specify the form to add or delete the record when
>the user selects the subscribe or unsubscribe button respectively?
>
>Thanks,
>Mark


Steve Jackson, Enterprise Section Leader
stephenjackson@compuserve.com