DLL from .net to Access

  • Thread starter Thread starter lcannon
  • Start date Start date
L

lcannon

Guest
I have a dll on the shared drive that I want to use in my Access database. I cannot add the DLL to my harddrive regsvr32 due to restrictions. My questions are - do I have to add the DLL to my harddrive to compile it for Access as it is compiled for .net now and do I have to declare it and if so is this the correct way below???

Option Compare Database
Private Declare Function GetSQLUserSecuAccess Lib "UserSecurity" _
(strUserID) As String
 

Users who are viewing this thread

Back
Top Bottom