I have the following code to determine who the user is. I would like to know how to use the user Id to lock the design view when certain users access the database.
I appreciate any help. Thanks
Function CheckValidUser()
Dim strUser As String
strUser = Environ("UserName")...