PC Review


Reply
Thread Tools Rate Thread

How To Create A Member Database ,,be kind ,,newbie to Frontpage

 
 
LouisG
Guest
Posts: n/a
 
      4th Nov 2004
I have a alumni web site that i'm working on with FrontPage 2003 and
would like to be able to do the following but not sure if i can or how to
go about it ,,could someone shed some light or point me in the right
place to read about doing this.

I would like people to register their info on my web page so that i have
a database to contact them for upcoming events from their school alumni
assn. , what i want is them to fill out all their information , have ALL
their information go to a database , but only have thier names , and
province/state/country to show up on the web page so that others can see
who've signed up to the web site.

Can this be done? And if so how do i do it or is there somewhere out
there that i can read on how to do this???

I hope that i've made myself clear enough as to what i'm trying to do
here ,,like i said , this is my first attempt at a web page , so it's my
first attempt at FrontPage.

All answers are appreciated,,,,

Thanks in advance
Gord
 
Reply With Quote
 
 
 
 
Rick Budde
Guest
Posts: n/a
 
      4th Nov 2004
Try to play around a bit with File | New page or web |
Web site templates | Database interface wizard. Come back
here if you need more help.

>-----Original Message-----
>I have a alumni web site that i'm working on with

FrontPage 2003 and
>would like to be able to do the following but not sure

if i can or how to
>go about it ,,could someone shed some light or point me

in the right
>place to read about doing this.
>
>I would like people to register their info on my web

page so that i have
>a database to contact them for upcoming events from

their school alumni
>assn. , what i want is them to fill out all their

information , have ALL
>their information go to a database , but only have thier

names , and
>province/state/country to show up on the web page so

that others can see
>who've signed up to the web site.
>
>Can this be done? And if so how do i do it or is there

somewhere out
>there that i can read on how to do this???
>
>I hope that i've made myself clear enough as to what i'm

trying to do
>here ,,like i said , this is my first attempt at a web

page , so it's my
>first attempt at FrontPage.
>
>All answers are appreciated,,,,
>
>Thanks in advance
>Gord
>.
>

 
Reply With Quote
 
Clark
Guest
Posts: n/a
 
      5th Nov 2004
Yes you can do those things.

1. Make sure your site hoster supports active server pages
2. On a page of your site, create a form that has form fields for all
the information you want folks to submit
3. Be sure to right click each form field / properties and name each field
4. When you have all that done right click on the form / properties and
you can work your way through letting frontpage make an access database
and a database conncection for the results. An access database will wind
up in the fpdb folder which is cool.
5 Now make a new page wher you do Insert / database / results and work
your way through the wizard. It will let you select which fields you
want displayed. Play around with it. When you get done, that page will
display the results from the database

Of course you cant "see" the results of all this until you have saved
your web and published it to http://www.whateveryoursitenameis.com

Good luck

LouisG wrote:

>I have a alumni web site that i'm working on with FrontPage 2003 and
>would like to be able to do the following but not sure if i can or how to
>go about it ,,could someone shed some light or point me in the right
>place to read about doing this.
>
>I would like people to register their info on my web page so that i have
>a database to contact them for upcoming events from their school alumni
>assn. , what i want is them to fill out all their information , have ALL
>their information go to a database , but only have thier names , and
>province/state/country to show up on the web page so that others can see
>who've signed up to the web site.
>
>Can this be done? And if so how do i do it or is there somewhere out
>there that i can read on how to do this???
>
>I hope that i've made myself clear enough as to what i'm trying to do
>here ,,like i said , this is my first attempt at a web page , so it's my
>first attempt at FrontPage.
>
>All answers are appreciated,,,,
>
>Thanks in advance
>Gord
>
>


 
Reply With Quote
 
LouisG
Guest
Posts: n/a
 
      5th Nov 2004
Thank you Clark ,,, made it very easy for this newbie ,,,,after i went
through all the steps ,,made a great looking page ,, jsut to find out
that my server doesn't support active server pages ,,it supports mysql
and php?

Oh well,,,back to the drawing board.

Gord

Clark <non-(E-Mail Removed)> wrote in
news:lOBid.364832$(E-Mail Removed):

> Yes you can do those things.
>
> 1. Make sure your site hoster supports active server pages
> 2. On a page of your site, create a form that has form fields for all
> the information you want folks to submit
> 3. Be sure to right click each form field / properties and name each
> field 4. When you have all that done right click on the form /
> properties and you can work your way through letting frontpage make an
> access database and a database conncection for the results. An access
> database will wind up in the fpdb folder which is cool.
> 5 Now make a new page wher you do Insert / database / results and work
> your way through the wizard. It will let you select which fields you
> want displayed. Play around with it. When you get done, that page will
> display the results from the database
>
> Of course you cant "see" the results of all this until you have saved
> your web and published it to http://www.whateveryoursitenameis.com
>
> Good luck
>
> LouisG wrote:
>
>>I have a alumni web site that i'm working on with FrontPage 2003 and
>>would like to be able to do the following but not sure if i can or how
>>to go about it ,,could someone shed some light or point me in the
>>right place to read about doing this.
>>
>>I would like people to register their info on my web page so that i
>>have a database to contact them for upcoming events from their school
>>alumni assn. , what i want is them to fill out all their information
>>, have ALL their information go to a database , but only have thier
>>names , and province/state/country to show up on the web page so that
>>others can see who've signed up to the web site.
>>
>>Can this be done? And if so how do i do it or is there somewhere out
>>there that i can read on how to do this???
>>
>>I hope that i've made myself clear enough as to what i'm trying to do
>>here ,,like i said , this is my first attempt at a web page , so it's
>>my first attempt at FrontPage.
>>
>>All answers are appreciated,,,,
>>
>>Thanks in advance
>>Gord
>>
>>

>
>


 
Reply With Quote
 
Clark
Guest
Posts: n/a
 
      6th Nov 2004
Gord! Geez!! That was Step 1

So -- get yourself onto a host that supports ASP and Access databases --
they are available for $10 / month or less.

>Thank you Clark ,,, made it very easy for this newbie ,,,,after i went
>through all the steps ,,made a great looking page ,, jsut to find out
>that my server doesn't support active server pages ,,it supports mysql
>and php?
>
>Oh well,,,back to the drawing board.
>
>Gord
>
>Clark <non-(E-Mail Removed)> wrote in
>news:lOBid.364832$(E-Mail Removed):
>
>
>
>>Yes you can do those things.
>>
>>1. Make sure your site hoster supports active server pages
>>2. On a page of your site, create a form that has form fields for all
>>the information you want folks to submit
>>3. Be sure to right click each form field / properties and name each
>>field 4. When you have all that done right click on the form /
>>properties and you can work your way through letting frontpage make an
>>access database and a database conncection for the results. An access
>>database will wind up in the fpdb folder which is cool.
>>5 Now make a new page wher you do Insert / database / results and work
>>your way through the wizard. It will let you select which fields you
>>want displayed. Play around with it. When you get done, that page will
>>display the results from the database
>>
>>Of course you cant "see" the results of all this until you have saved
>>your web and published it to http://www.whateveryoursitenameis.com
>>
>>Good luck
>>
>>LouisG wrote:
>>
>>
>>
>>>I have a alumni web site that i'm working on with FrontPage 2003 and
>>>would like to be able to do the following but not sure if i can or how
>>>to go about it ,,could someone shed some light or point me in the
>>>right place to read about doing this.
>>>
>>>I would like people to register their info on my web page so that i
>>>have a database to contact them for upcoming events from their school
>>>alumni assn. , what i want is them to fill out all their information
>>>, have ALL their information go to a database , but only have thier
>>>names , and province/state/country to show up on the web page so that
>>>others can see who've signed up to the web site.
>>>
>>>Can this be done? And if so how do i do it or is there somewhere out
>>>there that i can read on how to do this???
>>>
>>>I hope that i've made myself clear enough as to what i'm trying to do
>>>here ,,like i said , this is my first attempt at a web page , so it's
>>>my first attempt at FrontPage.
>>>
>>>All answers are appreciated,,,,
>>>
>>>Thanks in advance
>>>Gord
>>>
>>>
>>>
>>>

>>
>>

>
>
>


 
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
RE: Newbie wants to create simple database, all u experts please h =?Utf-8?B?cm9jY29ncmFuZA==?= Microsoft Access Database Table Design 1 11th Aug 2006 03:28 AM
How do I create a member login area in Frontpage? =?Utf-8?B?anJvY2hlMDQ=?= Microsoft Frontpage 1 9th Nov 2005 09:22 AM
FrontPage 2003 newbie needs database search form help =?Utf-8?B?SG9wZWxlc3NseUxvc3Q=?= Microsoft Frontpage 6 27th Oct 2005 01:20 PM
What's the best way to create a member database to keep track of i =?Utf-8?B?anRza3I3Ng==?= Microsoft Frontpage 2 15th Jul 2005 04:13 PM
how do I create a member access page in frontpage =?Utf-8?B?am9lbmI=?= Microsoft Frontpage 1 21st Apr 2005 09:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:32 AM.