I have created a GrFinger Module in Access
I am receiving the User Type not Defined error when compiling the project at this point
Public Function Initialize(ByVal refGF As GrFingerXLibCtl.GrFingerXCtrl) As Long
I believe it means that I need to 'Declare' the GrfingerXLibCtl in the declarations section
I would appreciate the full syntax for doing this
Note : The GrfingerX Control Library has been ticked in the Tools/References withing the modules development window.
Using Access 2003 & VB.Net 2005
Any help in this would be greatly appreciated