Does anyone know how I can use the WIndows 3.1 "Stress" module in Access?
I want to make a call 'Declare Function GetFreeFileHandles Lib "Stress"
() as integer'. Access doesn't know about the "Stress" Module. How do I
load it? The other functions I declare such as: 'Declare Function
DestroyWindow Lib "User" (ByVal hWnd As Integer) As Integer' work.