If I have 1) a variable like fdictionary = (ifnull(.fSearch,'http://dictionary.reference.com/', ('http://dictionary.reference.com/search?q=' + .fSearch))) 2) use the variable to open a webpage using a variable web browser 3) have another button on the form with a hotkey
When I try to type a word into the search field on the webpage and press the key that corresponds to the hotkey the button is executed without me even having to press the [Alt] key. Is there away to set it so that the user has to press [Alt] + the hotkey so that the button will execute? This would give a result similar to that of forms without a variable browser.
