Application.ProductCode (Access)

You can use the ProductCode property to determine the Microsoft Access globally unique identifier (GUID).


MsgBox "The GUID for Microsoft Access on this computer is " & Application.ProductCode & "."