Form Security

J

JLS04

I've developed an Access form where users will enter data. Is there a way to
put security in place so users can't get past the data entry screen? Also, I
have a "save and close" command button that closes the form using
"DoCmd.Close." Is there a way to close access, not just the form?

Thanks!
 
K

Klatuu

DoCmd.Quit will close Access. As to your security question, go read info in
the security group.
 
J

JLS04

Klatuu - thanks for your help.

I didn't realize there was a separate group for security. I'll go check
that out.

Thanks again for your help.
 
Top