Hi folks,
Is there any way to retrieve a global declared constant from another
database. I want to use it for version tracking purposes. The constant
that I am after is and will remain in a static position in a module ie:
Option Compare Database
Option Explicit
Global Const vProgVersion As String = "v2.1911.05 a"
Any thoughts would be appreciated. Thanks Anton
Is there any way to retrieve a global declared constant from another
database. I want to use it for version tracking purposes. The constant
that I am after is and will remain in a static position in a module ie:
Option Compare Database
Option Explicit
Global Const vProgVersion As String = "v2.1911.05 a"
Any thoughts would be appreciated. Thanks Anton
Comment