Search results

  1. H

    Hide/Show Ribbon Tab using VBA

    I have a custom Ribbon in Access 2010 and I want one tab (the admin tab) to show only for a particular user. I already have the function written for checking the user and have the tab hidden in the XML but I am not finding a way to target the hidden tab to make it visible. Any suggestions?
  2. H

    Use variable as field name in IIf expression

    Very new to VBA. I know this question probably has a very simple answer but I'm not able to find anything about it on the interwebs. When using the IIf function, I am wanting to use the value of a variable ("subj") to determine which field in the form I am wanting to evaluate. So, if my...
Back
Top Bottom