Allow edits to own submission

J

Jason

Hi,

Is it possible to create a database results page in FP03
that returns records only based off user entry? For
example, if a user entered 2 records in my submission
form, I'd like for only them to have the option to edit
it. My problem is I don't know where or what to create
to make this happen. I would assume I need a login page
that would read from the server. I just don't know how
to perform the validation within FP and where to place
the code.

Any ideas are appreciated?

Thanks.
 
J

Jim Buyens

Howdy.

I think you would have to program all this in ASP or
ASP.NET. That is:

o The self-registration system (unless you can use
Windows authentication).
o The login page.
o The query, insert, change, and delete page.

This shouldn't be terribly difficult for a programmer of
average skills to code, but it does require some
programming.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
J

Jason

Thanks Jim for the advice.

Jason

Jim Buyens said:
Howdy.

I think you would have to program all this in ASP or
ASP.NET. That is:

o The self-registration system (unless you can use
Windows authentication).
o The login page.
o The query, insert, change, and delete page.

This shouldn't be terribly difficult for a programmer of
average skills to code, but it does require some
programming.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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