Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know how to build up users and passwords in Acces and then access
the Database from VBA code in Excel? in Access: ToolsSecurityUser and Groups Accounts There I can set up "Admin" and "User" accounts and set up password for both. Then when I build up a connection using ADO in VBA/Excel I would use a string like the following: ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" & ActiveWorkbook.path & "\DBase.mdb;" '& _ "User ID=Admin;" & _ "Password=pass;" would this be correct? Thanks & Bregards Santiago |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IS IT POSSIBLE TO HAVE MORE THAN ONE USER ACCESS THE SAME EXCEL Sh | New Users to Excel | |||
User not being prompted to enter Password to modify Excel 2003 | Excel Discussion (Misc queries) | |||
Excel file access password | Excel Discussion (Misc queries) | |||
How to import data from a password protected Access DB into Excel. | Excel Discussion (Misc queries) | |||
User name & password access to Excel files in a folder | Excel Programming |