I am trying to select all of the tables within an Access database. Is it possible to select all of the tables within a database, even though all of the tables have different field names and different number of fields? I have surfed the web to find some instances of the usage of something called information_schema.some_parameter. What exactly is information_schema? I do not understand how information_schema can be used in order to achieve this.
I am currently in the process of creating a multiple query project. However, the first step involves the user selecting which table they had used within the db. Any help would be greatly appreciated.
I am currently in the process of creating a multiple query project. However, the first step involves the user selecting which table they had used within the db. Any help would be greatly appreciated.