2.26 Password Login Form / screen using VBA in Access
Creating a Login Form and password protecting your database Here's the code I used: Username.SetFocus If Username = "user1" And ...
Creating a Login Form and password protecting your database Here's the code I used: Username.SetFocus If Username = "user1" And ...
CompactDatabase DB_sour, DB_dest Data Source=" _. & strSourcePath & ". " & "Jet OLEDB:Database Password=" & strPassword.
|
672 pages |
The Excel Analyst's Guide to Access This database has been converted from a prior version of <Database Name> by using the DAO CompactDatabase method instead of the Convert Database command ... |
|
706 pages |
Database access with Visual Basic Note: DAO 3.5 The CompactDatabase method of the DBEngine object replaces the ... you'll use DBEngine.CompactDatabase instead of just CompactDatabase. ... |
|
1112 pages |
Alison Balter's Mastering Access 97 development The CompactDatabase method is issued on the Database Engine. ... Accomplishing Field-Level Security By Using Queries In itself, Access does not provide ... |