DESCRIPTION: This fix pertains to the relinking code used in the multiuser chapter of the Access 95 and Access 97 Developer's Handbooks. PROBLEM: On Windows NT systems the open dialog does not appear. FIX: 1. Find glrCommonFileOpenSave in the basCommonFile module. 2. Look for the section where we are setting the elements of the OFN structure which begins with: ' Set up the data structure before you call the function With ofn 3. Look for two lines that set the .strCustomFilter and .nMaxCustFilter elements. Replace these two lines with the following: .strCustomFilter = String(255, 0) .nMaxCustFilter = 255