login screen in access

G

Graham R Seach

Jim,

<<I need to create a login screen, how can I do that?>>
That depends on what you want it for. If you want to setup security in
Access, then Access will supply the login dialog for you. To setup
user/group level security, see
http://support.microsoft.com/default.aspx?scid=/support/access/content/secfaq.asp

If you want it for other reasons, then just create an unbound form, and
manually add the textboxes and command buttons. Of course, you'll need to
write your own code to authenticate and validate users.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html
 
Top