PC Review


Reply
Thread Tools Rate Thread

Delete from DRW?

 
 
Stephen Green
Guest
Posts: n/a
 
      2nd Feb 2005
I have a page that allows for selecting a name from a drop-down. It then
displays records for that person.

I have been able to create a form that allows for editing of the resulting
records. I'd like to add an option to delete a selected record.

How would I go about this?

Thanks.

Stephen


 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      2nd Feb 2005
FP2002 and FP2003 allow you to create these pages in the Wizard. FP2000 doesn't have this function.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Stephen Green" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a page that allows for selecting a name from a drop-down. It then
> displays records for that person.
>
> I have been able to create a form that allows for editing of the resulting
> records. I'd like to add an option to delete a selected record.
>
> How would I go about this?
>
> Thanks.
>
> Stephen
>
>



 
Reply With Quote
 
Stephen Green
Guest
Posts: n/a
 
      2nd Feb 2005
Thanks for the reply, Thomas.

I already have the page set up for editing. What I would like is to add a
way to delete the selected record instead of editing it.

Do I need a new Database Report? Can I just add a "Delete" button and place
some code beneath it?

Thanks again.

Stephen
"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> FP2002 and FP2003 allow you to create these pages in the Wizard. FP2000

doesn't have this function.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Stephen Green" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I have a page that allows for selecting a name from a drop-down. It then
> > displays records for that person.
> >
> > I have been able to create a form that allows for editing of the

resulting
> > records. I'd like to add an option to delete a selected record.
> >
> > How would I go about this?
> >
> > Thanks.
> >
> > Stephen
> >
> >

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      2nd Feb 2005
Because you are working the FP database component, I would suggest letting FP create the deletion
page as well.

If you were hand coding, you could do this, but would have to have 2 form submit buttons on the page
and then direct to 2 separate page or separate script function on a processing page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Stephen Green" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for the reply, Thomas.
>
> I already have the page set up for editing. What I would like is to add a
> way to delete the selected record instead of editing it.
>
> Do I need a new Database Report? Can I just add a "Delete" button and place
> some code beneath it?
>
> Thanks again.
>
> Stephen
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> FP2002 and FP2003 allow you to create these pages in the Wizard. FP2000

> doesn't have this function.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WEBMASTER Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> To assist you in getting the best answers for FrontPage support see:
>> http://www.net-sites.com/sitebuilder/newsgroups.asp
>>
>> "Stephen Green" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I have a page that allows for selecting a name from a drop-down. It then
>> > displays records for that person.
>> >
>> > I have been able to create a form that allows for editing of the

> resulting
>> > records. I'd like to add an option to delete a selected record.
>> >
>> > How would I go about this?
>> >
>> > Thanks.
>> >
>> > Stephen
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Stephen Green
Guest
Posts: n/a
 
      3rd Feb 2005
Thomas!

Using 2002, I haven't been able to find a way using the Database Results
Wizard. Can you point me in the right direction?

Stephen

"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> FP2002 and FP2003 allow you to create these pages in the Wizard. FP2000

doesn't have this function.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Stephen Green" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I have a page that allows for selecting a name from a drop-down. It then
> > displays records for that person.
> >
> > I have been able to create a form that allows for editing of the

resulting
> > records. I'd like to add an option to delete a selected record.
> >
> > How would I go about this?
> >
> > Thanks.
> >
> > Stephen
> >
> >

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      3rd Feb 2005
Stephen,

See:
http://support.microsoft.com/default...b;en-us;256868

This should help you get started, disregard the fact that it is for SQL server, as it should work
with Access.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Stephen Green" <(E-Mail Removed)> wrote in message
news:efGFB$(E-Mail Removed)...
> Thomas!
>
> Using 2002, I haven't been able to find a way using the Database Results
> Wizard. Can you point me in the right direction?
>
> Stephen
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> FP2002 and FP2003 allow you to create these pages in the Wizard. FP2000

> doesn't have this function.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WEBMASTER Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> To assist you in getting the best answers for FrontPage support see:
>> http://www.net-sites.com/sitebuilder/newsgroups.asp
>>
>> "Stephen Green" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I have a page that allows for selecting a name from a drop-down. It then
>> > displays records for that person.
>> >
>> > I have been able to create a form that allows for editing of the

> resulting
>> > records. I'd like to add an option to delete a selected record.
>> >
>> > How would I go about this?
>> >
>> > Thanks.
>> >
>> > Stephen
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete data in a linked Excel sheet using Access code or seql delete Rocky Microsoft Access External Data 9 26th Jun 2005 12:42 AM
Re: Macro to delete sheets and saves remaining file does not properly delete module gazornenplat Microsoft Excel Programming 0 22nd Jun 2005 01:12 AM
Macro to delete sheets and saves remaining file does not properly delete module pherrero Microsoft Excel Programming 7 21st Jun 2005 05:16 PM
Delete every 3rd row, then delete rows 2-7, move info f/every 2nd row up one to the end and delete the row below Annette Microsoft Excel Programming 2 21st Sep 2004 02:40 PM
Re: When I highlight a sentence to delete, Word won't let me. I have to backspace. How can I deleted selected text with my delete key? Bill Foley Microsoft Word Document Management 1 4th Feb 2004 11:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:24 PM.