L
Laursen.Aarup
The following code does not open my frontend in the same way as an open as
readonly by manual method!
If sUser <> "jrla" Then
'Set user privilege
Dim db As Database
Set db = OpenDatabase(CurrentProject.Path & "\IOFE.accdb", False, True)
Application.CurrentDb.Close
End If
Only the form(s) are protected?
Isn't it possible to open the entire database as readonly by the use of vba
code?
kind regards Jan
readonly by manual method!
If sUser <> "jrla" Then
'Set user privilege
Dim db As Database
Set db = OpenDatabase(CurrentProject.Path & "\IOFE.accdb", False, True)
Application.CurrentDb.Close
End If
Only the form(s) are protected?
Isn't it possible to open the entire database as readonly by the use of vba
code?
kind regards Jan