Help question:
How do you get Access to call HLP files from "F1" Key?
I can successfully open the file with VB button.
Dim stAppName As String
stAppName = "C:\winnt\system32\Winhlp32 C:\MIGDB\DATABASEHELP.HLP"
Call Shell(stAppName, 1)
Kramerica
How do you get Access to call HLP files from "F1" Key?
I can successfully open the file with VB button.
Dim stAppName As String
stAppName = "C:\winnt\system32\Winhlp32 C:\MIGDB\DATABASEHELP.HLP"
Call Shell(stAppName, 1)
Kramerica