Search results

  1. S

    Ribbon textbox, enter as command

    I have 5 textboxes on my ribbon that I have to push a button to execute. It would be nice to be able to just hit enter and run the search or whatever, and the problem with it is that the textboxes are also saving the enter key as a keypress. One of the buttons opens another program with...
  2. S

    shell based on users install?

    I am trying to have access call a program that is installed in the users directory. It is required that every user installs the program seperately (license). This is what it looks like now. Dim Apath As String Dim retVal1 Apath = " " & strA retVal1 = Shell...
  3. S

    Ribbon won't execute VB functions

    Hi All, I'm making a custom ribbon for Access but when I start Access I get; "...can't run the macro or callback function 'CallbackOnLoad'" "...can't run the macro or callback function 'GetLink'" "...can't run the macro or callback function 'GetText'" Also, none of the buttons on the...
Back
Top Bottom