We have several user departments which have their own set of Access applications which reside in department specific folders on the server. There is another folder for shared applications. Users work from an "index" application which serves as a menu from which they can select an application to run. When they select an app to run, that app is started by a FollowHyperlink routine. The hyperlinked app returns control to the invoking app by hyperlinking to it. This works just fine when the app is one of the department specific apps.
The problem is with the shared applications. Since any one of the departments can run those apps, the hyperlink back to the invoking index app does not work because it is unknown which index app to return to.
The question: Is it possible to hyperlink to an app and pass a parameter to that linked app? I would prefer to avoid having to write a file to the user's desktop to keep track of this activity.
The problem is with the shared applications. Since any one of the departments can run those apps, the hyperlink back to the invoking index app does not work because it is unknown which index app to return to.
The question: Is it possible to hyperlink to an app and pass a parameter to that linked app? I would prefer to avoid having to write a file to the user's desktop to keep track of this activity.