login screen in access

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top