Message box for users

S

Secret Squirrel

How do I create a message box for users when the login? After they log in I
want to be able to create a custom message for the users. How would I do this
if I'm using the access security features?
 
A

Arvin Meyer [MVP]

Secret Squirrel said:
How do I create a message box for users when the login? After they log in I
want to be able to create a custom message for the users. How would I do this
if I'm using the access security features?

To use Access user-level security, you must use the default login. Once
logged in, you can use a message box or a form to create a message for the
user. To use a form, just specify it as the startup form in the Starup
options (Tools menu)
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Top