Search results

  1. V

    Advanced Ribbon Functionality

    Thanks Ari, That is actually the direction I am going to go. I wasn't sure if there was a more elegant way of doing this, but the two variables works for me. Thanks a bunch!
  2. V

    Advanced Ribbon Functionality

    Would there be a way to reset the gobjRibbon global variable to the current ribbon in focus?
  3. V

    Advanced Ribbon Functionality

    I believe I may have solved my own problem. Basically my other ribbons I have created for various other forms within my application were calling an onLoad callback function. Therefore, I was defining my global ribbon variable to another ribbon and therefore was unable to do anything with the...
  4. V

    Advanced Ribbon Functionality

    I have a ribbon display when my Access application opens. Call it dbMainTab. This ribbon has 10 tabs but only tab 1 is displayed when the application opens. The first tab is nothing more than a series of nine buttons that display the other nine tabs individually that then have differing...
  5. V

    Access subforms - best performance

    I am using this access database with SQL Azure and just want to make sure I am doing the best option for performance. I want to get as little information from the server as possible to maintain the greatest performance possible. I want to make sure that not only am I only showing the results...
  6. V

    Access subforms - best performance

    What is the method, performance wise, of linking subform to parent form. Should I use the built in 'Link Master/Child Fields' as can be set from the subforms properties sheet. or should one use a query for the subform that is only returning the results based on the selection made in the...
Top Bottom