Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / October 2005

Tip: Looking for answers? Try searching our database.

password

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mike - 24 Oct 2005 14:53 GMT
Hi,
i had a code below i found it on this thread. the thing is i dont want my
password readable when i type on the input box. Its kinda funny but i really
dont know how to do this. i had search the tblepassword and checkpassword
form thing, its a long process but i want this simple code be place on a
command button.

thanks in advance...

Private Sub btDelete_Click()
If InputBox("OOPS!!! Please identify yourself... ") <> "vincent" Then
               MsgBox "You are not authorized! sorry.. "
               End
                     
                           
 End If
Chris B - 24 Oct 2005 15:20 GMT
Hi Mike

Don't use an Input Box.  Use a form instead with an unbound field for the
user to enter the password.  You can set the input mask property to
'password' format so that it will only show the asterisks

>Hi,
>i had a code below i found it on this thread. the thing is i dont want my
[quoted text clipped - 12 lines]
>                            
>  End If
mike - 25 Oct 2005 07:06 GMT
thanks

>Hi Mike
>
[quoted text clipped - 7 lines]
>>                            
>>  End If
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.