Skip to main content
July 8, 2007
Question

DW + MS Access: Creating user database

  • July 8, 2007
  • 1 reply
  • 326 views
Hi guys! Regards to all of you!
Being a newcomer to this forum I have a probably easy question to most of you, but a problem to me nonetheless.

What I want to create is an enrollment page in order to have the members of an ONG to register their name, address, etc. and have this information recorded on an Access database (member.mdb).
One extra icing on this cake would be the possibility of sending them a welcome message (welcome.asp) upon successfully conducting this enrollment.

Can anyone point me to a good tutorial on this?

Thanks!
This topic has been closed for replies.

1 reply

Participating Frequently
July 11, 2007
I don't think you need a tutorial. Pop down to your local bookshop and by a Dreamweaver MX/CS3 book.

I can point you in the right direction as to what you need to do but can't go ito detail as it would take a while.

1. Define site in dreamweaver.
2. Create connection string to db.
3. Record insertion form for reg details.

If you want to email users then you will have to check whether you web hosting supports a sendmail feature that you can use. You can dowload an asp script to sent the email.

Hope this helps. Sorry it's a bit brief.

Paul