1. this is a form. look in the help file or check out
http://www.functionx.com/access/Lesson24.htm
http://www.functionx.com/access/Lesson25.htm
http://www.functionx.com/access/Lesson26.htm
2. check the help on user-level security (ULS). when implemented you create
account for each user and then must authenticate user the id and password.
You mention dreamweaver which is a net dev tool not db tools??? Are you
trying to develop an online db system???
> There are two things I want to be able to do with my access database. The
> database is called books and it has two tables: Books and students.
[quoted text clipped - 13 lines]
> find a tutorial on how to do this, or even if there is something else I
> should be trying to do to get his to work. Thanks ahead of time!
Yes, it's basically an on-line bookstore. We're going to make a register page
which'll send the log-in information to the stuents table of the database.
And like I said on the other, it'll verify that information when someone
tries to log-in. I am not really sure how to make the forms work with a
webpage, though I do know how to create them.
> 1. this is a form. look in the help file or check out
>
[quoted text clipped - 25 lines]
> > find a tutorial on how to do this, or even if there is something else I
> > should be trying to do to get his to work. Thanks ahead of time!
Daniel - 05 Nov 2007 12:33 GMT
Based on your needs, I would look into using MySQL and you web language of
your choice (I like PHP). I love Access and promote it profusely! However,
the web is a different story. I don't know if 2007 is better adapted for web
use (Perhaps someone else can answer that).
Now I understand why your professor mentioned dreamweaver for creating your
forms... But if he hasn't demonstrated any of this, you have a lot of work
ahead of you both in database design and in web development.
Search this forum for other posting about internet, web database, website...
and see what has been answered to them.

Signature
Hope this helps,
Daniel P
> Yes, it's basically an on-line bookstore. We're going to make a register page
> which'll send the log-in information to the stuents table of the database.
[quoted text clipped - 31 lines]
> > > find a tutorial on how to do this, or even if there is something else I
> > > should be trying to do to get his to work. Thanks ahead of time!