The SetSessionInfo method allows the user to log on to a secured Access session.
object.SetSessionInfo SessionUserID As String, SessionPassword As String
Specifies the Access userID used to log on to an Access session. | |
In Microsoft Access 95 and later, an Access database can have session security (also know as user
object.SetSessionInfo "userID", Chr(10) & "dbpassword"
If the Access database contains both session security and database
object.SetSessionInfo "userID", "sesspswd" & _
Chr(10) & "dbpassword"
Alternately, database
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |