Open
Description
Now that the hyperlink on Toast and Dialog Box notifications can now be used to open forms and run user defined functions within Access, can this functionality be expanded from accepting only one parameter like this: <a href="ExecuteMe('ThisIsAStringParameter')">Execute me</a>
to accepting multiple parameters (taking into considerations their data type) like any of the following:
<a href="ExecuteMe('ThisIsAStringParameter', 'ThisAnIntegerParameter','etcParameter')">Execute me</a>
<a href="ExecuteMe('frm', 'ProjectID', 'TaskID')">Execute me</a>
<a href="ShowHelpNote('1, 1')">help</a>
Functions like this can be used to call a record with recordID =1 and sub record with record ID = 1 too.
Metadata
Metadata
Assignees
Labels
No labels