create a table containing all form names/captions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ryno Bower
    New Member
    • Nov 2010
    • 76

    create a table containing all form names/captions

    Is it possible to create a table containing all the forms names/captions?

    For example: fields: FormId, FormName

    Each time a new form is created it should be added either to the list under FormName or even each form as field with the name of the form as the field name.

    Thanks
  • sierra7
    Recognized Expert Contributor
    • Sep 2007
    • 446

    #2
    Ryno,
    Why bother? All forms names are stored in the system table MSysObjects otherwise Access would not work.

    You can list them anytime by looping through the Forms collection.
    Browse help on how to do this
    S7

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32634

      #3
      Without punctuation this isn't very clear (plural or possessive is important here) what you're trying to ask for.

      All I can tell you until it is asked properly is that there already exist (hidden/system) tables in your database where such items are already maintained.

      Comment

      Working...