Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Checking for password = null

Status
Not open for further replies.

planetdrouin

Technical User
Dec 29, 2001
36
US
I currently have a form that allows users to change their password. But I would like to run a function at startup to check if the user's password is null which would then open the form. Does anyone know the proper syntax to check existing password?

Thanks

Lawrence
 
If [field1]is Null then
Docmd.openform, "Form2"

That should do it

Zero Anarchy
 
I know about "is null", but how do I reference the password field in the database security?

Lawrence
 
is it you are trying to refer to the access inbuilt security or is the form refering to a security table?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top