If Else Buttons

K

Katherine

Hi, I'm trying to put a button on a form that opens a form if someone types a word in that matches the contents of a field in a record but if the word doesn't match, it displays a different form. Any ideas? I'm basically trying to make a user and password entry which will take the user to a form if their password is correct but won't open the form if they enter the wrong password or user name. There is probably some prebuilt user system for Access but I don't know about it and it's not too important to have limited access but important to have different users kept track of

Would love any help :

Thanks.
 
J

Jim Buyens

Howdy.

Please take a look at these Microsoft Knowledge Base
articles:

301464 HOW TO: Use Simple ASP Code to Password Protect
Your ASP Pages
http://support.microsoft.com/default.aspx?scid=KB;EN-
US;q301464

299987 HOW TO: Use Database and ASP Sessions to Implement
ASP Security
http://support.microsoft.com/default.aspx?scid=kb;EN-
US;299987

299970 HOW TO: Use NTFS Security to Protect a Web Page
Running on IIS 4.0 or 5.0
http://support.microsoft.com/default.aspx?scid=kb;EN-
US;299970

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)
|/---------------------------------------------------
*----------------------------------------------------



-----Original Message-----
Hi, I'm trying to put a button on a form that opens a
form if someone types a word in that matches the contents
of a field in a record but if the word doesn't match, it
displays a different form. Any ideas? I'm basically
trying to make a user and password entry which will take
the user to a form if their password is correct but won't
open the form if they enter the wrong password or user
name. There is probably some prebuilt user system for
Access but I don't know about it and it's not too
important to have limited access but important to have
different users kept track of.
 
Top