Search results

  1. J

    Document Tabs - How to set focus or hide?

    RE: File > Options > Current Database > Application Options > Tabbed Documents + Display Document tabs We have an Access application that can have have several Document Tabs open at a time. How do I hide, set focus, reorder, and otherwise control these Document Tabs? Thinking it's a...
  2. J

    Finding Duplicates in VBA Array

    Trying to identify duplicates in an array of numbers. I found some variations of this on the Internet - seems like a practical option. The value of i and j in line 8 is 0 and 1 respectively - this makes sense with a zero-based array. Unsure what's out of range. Public Function GetDuplicate()...
Top Bottom